| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-06 | 562 Bytes | |
| v20.79.0 source code.tar.gz | 2026-07-06 | 296.0 kB | |
| v20.79.0 source code.zip | 2026-07-06 | 354.9 kB | |
| Totals: 3 Items | 651.5 kB | 0 | |
Async upgrade in cork
@aPoCoMiLogin and @MeredithRodneyMcKay submitted a fix for the buggy case of upgrading a HttpSocket into WebSocket inside cork() callback from inside an "async" callback (such as a timer or anything non-uWS).
People had reported various workarounds for this bug - those are no longer necessary.
beginWrite
@notaphplover has added beginWrite() for when you need to establish Transfer-Encoding: Chunked writing path before you know what to write. Calling beginWrite() locks you into the write() chunked writing path immediately.