We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b81c3e commit c80a944Copy full SHA for c80a944
CHANGELOG.md
@@ -115,7 +115,8 @@ https://iojs.org/api/http.html
115
- Added `request.flush` method.
116
- Added `response.getHeader('header')` method that may be used before headers are flushed.
117
- Added `response.statusMessage` property.
118
-- Fixed Keep-Alive behavior (**DETAILS TO BE ADDED**)
+- Added Client Keep-Alive behavior. Set `keepAlive:true` in request options to reuse connections indefinitely.
119
+- Added `rawHeaders` and `rawTrailers` members on incoming message.
120
- Removed default chunked encoding on `DELETE` and `OPTIONS`.
121
122
### os
0 commit comments