v0.8.3
版本发布时间: 2018-04-11 23:04:01
reactphp/http最新发布版本:v1.10.0(2024-03-28 01:25:03)
-
Feature: Do not pause connection stream to detect closed connections immediately. (#315 by @clue)
-
Feature: Keep incoming
Transfer-Encoding: chunked
request header. (#316 by @clue) -
Feature: Reject invalid requests that contain both
Content-Length
andTransfer-Encoding
request headers. (#318 by @clue) -
Minor internal refactoring to simplify connection close logic after sending response. (#317 by @clue)