doc: rectify http.ClientResponse close/end events
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 12 Oct 2012 13:27:47 +0000 (15:27 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Sat, 13 Oct 2012 13:17:51 +0000 (15:17 +0200)
commit4a23add90f155e6761d443d1277a31c2a2a4abb2
tree218987bcbdec5d4308d2dec28d549d8c2d420db7
parentb1e78cef097c682ed63528ad7efe294b18a9fb1d
doc: rectify http.ClientResponse close/end events

* The 'close' event doesn't emit an error object.

* It's possible for a 'close' event to come after an 'end' event, contrary to
  what the documentation said.

Fixes #4116.
doc/api/http.markdown