mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
377 B
377 B
0.15.1
Bugfixes
Fixed HTTP/1 connection accounting on requests:
- when persistent, Connection: close will be set based on the request position on the batch against the allowed requests on the open connection.
- when not persistent, Connnection: close will be set on the last request of the batch, being the batch a subset based on allowed requests, or the whole of it.