Skip to content

Commit 1f253b0

Browse files
committed
Updates release notes for PR #19
1 parent 99db9e1 commit 1f253b0

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.release-notes/19.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

.release-notes/next-release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Fix HTTP/1.0 connections not closing without keep-alive
2+
3+
Due to a logic bug this lib was not closing HTTP/1.0 connections when the request wasnt sending a `Connection` header. This caused tools like [ab](https://httpd.apache.org/docs/2.4/programs/ab.html) to hang, as they expect the connection to close to determine when the request is fully done, unless the `-k` flag is provided.
4+

0 commit comments

Comments
 (0)