From 5ceefec8206cf7635e25b16a12679d5e6690f5f0 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 10 Feb 2011 04:58:33 -0800 Subject: [PATCH] Add http client to v0.4 announcement --- doc/v0.4_announcement.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/v0.4_announcement.html b/doc/v0.4_announcement.html index ddb8f1e5cc..21ce781024 100644 --- a/doc/v0.4_announcement.html +++ b/doc/v0.4_announcement.html @@ -31,6 +31,8 @@ Stream.prototype.pipe() method. Functionality was enhanced and API simplified. +
  • Simplier HTTP client API with connection pools. +
  • Cheaper Buffer allocation. Node uses Buffer objects in many places - it was noticed that they were relatively slow to allocate and difficult to garbage collect. The