| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
PR-URL: #51464 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
PR-URL: #51464 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
| Back | FazBrowse Home | New Git URL |
#33035 changed the order of events coming from socketCloseListener in _http_client.js, using res.destroy(...) to call res.emit('error', ...) and res.emit('close') together on the next tick(s) instead of manually putting one before and one after the req.emit('close'). This fixes the doc to reflect this order of events.