()
| 56 | } |
| 57 | |
| 58 | function onconnect() { |
| 59 | // |
| 60 | // Client connected to server |
| 61 | // |
| 62 | checkDestroyedWriteWraps(0, 'client connected'); |
| 63 | |
| 64 | this.once('data', common.mustCall(ondata)); |
| 65 | } |
| 66 | |
| 67 | function ondata() { |
| 68 | // |
nothing calls this directly
no test coverage detected