| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-05 | 1.4 kB | |
| v5.2.0 source code.tar.gz | 2026-05-05 | 63.9 kB | |
| v5.2.0 source code.zip | 2026-05-05 | 88.9 kB | |
| Totals: 3 Items | 154.1 kB | 0 | |
What's Changed
- Support chunked request
- Update workflow dependencies by @joanhey in https://github.com/walkor/workerman/pull/1140
- Refactor Websocket class: simplify input, encode, decode, inflate, an… by @joanhey in https://github.com/walkor/workerman/pull/1138
- Refactor ZLIB initialization options for inflate and deflate methods by @joanhey in https://github.com/walkor/workerman/pull/1141
- Refactor cookie mapping and improve JSON content type check in Reques… by @joanhey in https://github.com/walkor/workerman/pull/1143
- Refactor WebSocket handshake error handling by @joanhey in https://github.com/walkor/workerman/pull/1144
- Missing Host header causes 400 Bad Request for HTTP/1.1 by @joanhey in https://github.com/walkor/workerman/pull/1145
- Remove Content-Length header from HTTP 400 and 413 responses by @joanhey in https://github.com/walkor/workerman/pull/1146
- Refactor header validation regex to use named capture for Content-Length by @joanhey in https://github.com/walkor/workerman/pull/1148
- Update HTTP request validation to disallow lowercase methods and versions by @joanhey in https://github.com/walkor/workerman/pull/1149
- Add getMimeType($ext) function in class Response by @joanhey in https://github.com/walkor/workerman/pull/1153
- Other optimizations
Full Changelog: https://github.com/walkor/workerman/compare/v5.1.10...v5.2.0