| 361 | } |
| 362 | |
| 363 | HttpIncomingMessage::BodyStream::BodyStream() |
| 364 | { |
| 365 | setReadQueue(queue); |
| 366 | setAutoDestroy(false); |
| 367 | } |
| 368 | |
| 369 | Result HttpIncomingMessage::BodyStream::begin(AsyncBuffersPool& buffersPool, Function<Result()>&& callback) |
| 370 | { |
nothing calls this directly
no test coverage detected