| 1151 | |
| 1152 | void SC::HttpAsyncServerTest::chunkedClientRequestWriting() |
| 1153 | { |
| 1154 | struct RecordingWritableStream : AsyncWritableStream |
| 1155 | { |
| 1156 | AsyncWritableStream::Request queue[8]; |
| 1157 | Buffer output; |
| 1158 | |
| 1159 | AsyncBufferView::ID pendingBufferID; |
| 1160 | Function<void(AsyncBufferView::ID)> pendingCallback; |
| 1161 |
nothing calls this directly
no test coverage detected