szmarczak / http-timer

🕐 Performance timings for HTTP requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phases.firstByte shouldn't include the upload time

jstewmon opened this issue · comments

The response time is being calculated as the difference between when the connection was made and when the response was received. If the request includes a body, the time spend sending the body will be erroneously included in the response time.