| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1308,7 +1308,8 @@ changes: | |||
| 1308 | 1308 | If a client connection emits an `'error'` event, it will be forwarded here. | |
| 1309 | 1309 | Listener of this event is responsible for closing/destroying the underlying | |
| 1310 | 1310 | socket. For example, one may wish to more gracefully close the socket with a | |
| 1311 | - custom HTTP response instead of abruptly severing the connection. | ||
| 1311 | + custom HTTP response instead of abruptly severing the connection. The socket | ||
| 1312 | + **must be closed or destroyed** before the listener ends. | ||
| 1312 | 1313 | ||
| 1313 | 1314 | This event is guaranteed to be passed an instance of the {net.Socket} class, | |
| 1314 | 1315 | a subclass of {stream.Duplex}, unless the user specifies a socket | |
| Back | FazBrowse Home | New Git URL |
0 commit comments