summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2015-01-15 16:37:47 -0800
committerisaacs <i@izs.me>2015-01-15 17:40:00 -0800
commitc80a9449b309f9c52a5910b7ac6ba0c84ee1b6f6 (patch)
treea6a2a007082ad18610514c091b42c49ce44b8443
parent9b81c3e77ffd733645956129a38fdc2fddd08b50 (diff)
downloadandroid-node-v8-c80a9449b309f9c52a5910b7ac6ba0c84ee1b6f6.tar.gz
android-node-v8-c80a9449b309f9c52a5910b7ac6ba0c84ee1b6f6.tar.bz2
android-node-v8-c80a9449b309f9c52a5910b7ac6ba0c84ee1b6f6.zip
doc: Add http keepalive behavior to CHANGELOG.md
PR-URL: https://github.com/iojs/io.js/pull/458 Reviewer: Rod Vagg
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f417499ea..1c8598ac82 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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