Skip to content

Commit

Permalink
doc: Add http keepalive behavior to CHANGELOG.md
Browse files Browse the repository at this point in the history
PR-URL: #458
Reviewer: Rod Vagg
  • Loading branch information
isaacs committed Jan 16, 2015
1 parent 9b81c3e commit c80a944
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand Down

0 comments on commit c80a944

Please sign in to comment.