You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description
Observed two issues in httpX using the sync client, both related to latency:
(1) It does not properly reuse connections on POST, incurring the full TLS handshake time ~100ms.
(2) It seems to delay ~100ms sending of the POST body.
Combined, this was showing ~200ms additional time when measuring latency. These problems don't show up with requests.
Updated with `poetry lock` as well.
### Test Plan
Run `poetry install` `poetry install --sync` `make test` and `make examples`.
Also confirmed manually that latency is reduced when running an e2e measurement script.
0 commit comments