httpx/doc/release_notes/0_15_1.md
2021-06-24 13:00:24 +03:00

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.