doc: Add http keepalive behavior to CHANGELOG.md

PR-URL: https://github.com/iojs/io.js/pull/458
Reviewer: Rod Vagg
This commit is contained in:
isaacs 2015-01-15 16:37:47 -08:00
parent 9b81c3e77f
commit c80a9449b3
1 changed files with 2 additions and 1 deletions

View File

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