mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
bumped version to 0.15.1
This commit is contained in:
parent
c14e4e4112
commit
240278e8bd
8
doc/release_notes/0_15_1.md
Normal file
8
doc/release_notes/0_15_1.md
Normal file
@ -0,0 +1,8 @@
|
||||
# 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.
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "0.15.0"
|
||||
VERSION = "0.15.1"
|
||||
end
|
||||
|
@ -1,4 +1,7 @@
|
||||
-
|
||||
-
|
||||
name: "0.15.1"
|
||||
path: "0_15_1_md.html"
|
||||
-
|
||||
name: "0.15.0"
|
||||
path: "0_15_0_md.html"
|
||||
|
Loading…
x
Reference in New Issue
Block a user