bumped version to 0.15.1

This commit is contained in:
HoneyryderChuck 2021-06-24 13:00:24 +03:00
parent c14e4e4112
commit 240278e8bd
3 changed files with 12 additions and 1 deletions

View 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.

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module HTTPX
VERSION = "0.15.0"
VERSION = "0.15.1"
end

View File

@ -1,4 +1,7 @@
-
-
name: "0.15.1"
path: "0_15_1_md.html"
-
name: "0.15.0"
path: "0_15_0_md.html"