Skip to content

Commit c80a944

Browse files
committed
doc: Add http keepalive behavior to CHANGELOG.md
PR-URL: #458 Reviewer: Rod Vagg
1 parent 9b81c3e commit c80a944

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ https://iojs.org/api/http.html
115115
- Added `request.flush` method.
116116
- Added `response.getHeader('header')` method that may be used before headers are flushed.
117117
- Added `response.statusMessage` property.
118-
- Fixed Keep-Alive behavior (**DETAILS TO BE ADDED**)
118+
- Added Client Keep-Alive behavior. Set `keepAlive:true` in request options to reuse connections indefinitely.
119+
- Added `rawHeaders` and `rawTrailers` members on incoming message.
119120
- Removed default chunked encoding on `DELETE` and `OPTIONS`.
120121

121122
### os

0 commit comments

Comments
 (0)