Skip to content

Commit 90312a5

Browse files
authored
Fix connection stall after large request with backpressure (#117)
1 parent 756348b commit 90312a5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Fix connection stall after large request with backpressure
2+
3+
HTTP connections could stop processing incoming data after completing a large write that triggered backpressure, causing the connection to hang.

corral.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"locator": "github.com/ponylang/courier.git",
13-
"version": "0.1.4"
13+
"version": "0.1.5"
1414
},
1515
{
1616
"locator": "github.com/ponylang/uri.git",

0 commit comments

Comments
 (0)