v20.9.0
- Adds HttpResponse::pause, HttpResponse::resume for throttling of data I/O.
- Adds new fast path for zero masked WebSocket messages and optimizes large message unmasking.
- Fixes HttpRouter ordering issues in certain undiscovered edge cases & adds tests.
- Adds endWithoutBody for responding without a body or content-length.
- Clear subscriptions before calling close handler, not after.