v4.4.15
Enhancement
- Bad websocket handshake request will respond 400 (fdc1cb6) (@twose)
- Disable accept when have too many connections (dd9fbf2) (@matyhtf)
- Binary security of package_eof (#3054) (@twose)
- Support HTTP chunked request (#3055) (@twose)
- Unified naming style and improve accessibility of Curl\Handler properties (library/curl) (@twose)
Fixed
- Fixed Http\Response->close (d30e326) (@twose)
- Fixed possible memory overflow (2212e09) (@twose)
- Fixed memory error when MSHUTDOWN (undestroyed reactor) (78d6dd7) (@twose)
- Fixed handler of event HUP (#3046) (@matyhtf) (@twose)
- Fixed exit code 1 (f982b81) (@matyhtf) (@twose) (@qiqizjl)
- Fixed missing "unhook curl_multi_getcontent" (7b2e960) (@twose)
- Fixed Coroutine HTTP2 Server memory error (d90eebe) (@twose)
- Fixed http_context_send_data (#3059) (@twose)
- Fixed send_yield in BASE mode (edbb654) (1b8096e) (@twose)
- Refactor HTTP2 Server to fix some bugs (#3061) (@twose)
- Fixed behaviour of CURLOPT_POSTFIELDS, CURLOPT_HTTPHEADER, curl_close (library/curl) (@twose)