Add http client to v0.4 announcement

This commit is contained in:
Ryan Dahl 2011-02-10 04:58:33 -08:00
parent 485ce139fd
commit 5ceefec820

View File

@ -31,6 +31,8 @@
<code>Stream.prototype.pipe()</code> method. Functionality was
enhanced and API simplified.
<li>Simplier HTTP client API with connection pools.
<li> Cheaper <code>Buffer</code> allocation. Node uses
<code>Buffer</code> objects in many places - it was noticed that they
were relatively slow to allocate and difficult to garbage collect. The