We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd0da0 commit 4be1717Copy full SHA for 4be1717
1 file changed
lib/internal/quic/quic.js
@@ -778,7 +778,6 @@ function invokeOnerror(fn, error) {
778
}
779
780
function validateBody(body) {
781
- // TODO(@jasnell): Support streaming sources
782
if (body === undefined) return body;
783
// Transfer ArrayBuffers...
784
if (isArrayBuffer(body)) {
0 commit comments