Releases: uNetworking/uWebSockets
Releases · uNetworking/uWebSockets
v0.15.6
v0.15.5
v0.15.4
Fuzzing and fixes
- Introduces fuzztesting of parsers
- Adds feature to loop over Http headers in request
- getRemoteAddress for getting IP
- Loop::defaultLoop is now Loop::get and we never use "default" loops unless explicitly given.
- Updates uSockets with various libuv fixes
- Various bug fixes
v0.15.3
v0.15.2
v0.15.1
v0.15
v0.15 release candidate 5
- Fixes timeout not triggering for Http response ended with .end which caused backpressure.
- Adds a documenting section regarding the order in which route nodes are created.
v0.15 release candidate 4
- Fixes a regression caused by rc2; marks are written in the middle of Http streams breaking the content
- Fixes memory layout bug regarding AsyncSocketData/HttpResponseData
- Fixes bug regarding Http pipelining checking
v0.15 release candidate 3
- Update uSockets to v0.1.1, tweaking SSL
- Adds SSL/non-SSL switching argument to load_test.c benchmark