(chunk)
| 55110 | } else { |
| 55111 | assert2(false); |
| 55112 | } |
| 55113 | } |
| 55114 | } |
| 55115 | function writeStream({ h2stream, body, client, request: request3, socket, contentLength, header, expectsPayload }) { |
| 55116 | assert2(contentLength !== 0 || client[kRunning] === 0, "stream body cannot be pipelined"); |
| 55117 | if (client[kHTTPConnVersion] === "h2") { |
nothing calls this directly
no test coverage detected
searching dependent graphs…