| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c0663e5 commit 06752d1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -205,10 +205,6 @@ Socket.prototype._unrefTimer = function _unrefTimer() { | |||
| 205 | 205 | ||
| 206 | 206 | // the user has called .end(), and all the bytes have been | |
| 207 | 207 | // sent out to the other side. | |
| 208 | - // If allowHalfOpen is false, or if the readable side has | ||
| 209 | - // ended already, then destroy. | ||
| 210 | - // If allowHalfOpen is true, then we need to do a shutdown, | ||
| 211 | - // so that only the writable side will be cleaned up. | ||
| 212 | 208 | function onSocketFinish() { | |
| 213 | 209 | // If still connecting - defer handling 'finish' until 'connect' will happen | |
| 214 | 210 | if (this.connecting) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments