Browse Source

Add http client to v0.4 announcement

v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
5ceefec820
  1. 2
      doc/v0.4_announcement.html

2
doc/v0.4_announcement.html

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

Loading…
Cancel
Save