(integerCode, customErrorCode)
| 881 | // When an error occurs internally at the binding level, immediately |
| 882 | // destroy the session. |
| 883 | function onSessionInternalError(integerCode, customErrorCode) { |
| 884 | if (this[kOwner] !== undefined) |
| 885 | this[kOwner].destroy(new NghttpError(integerCode, customErrorCode)); |
| 886 | } |
| 887 | |
| 888 | function settingsCallback(cb, ack, duration) { |
| 889 | this[kState].pendingAck--; |
nothing calls this directly
no test coverage detected
searching dependent graphs…