Skip to content

Commit 4be1717

Browse files
committed
quic: remove obsolete todo
1 parent bbd0da0 commit 4be1717

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/internal/quic/quic.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,6 @@ function invokeOnerror(fn, error) {
778778
}
779779

780780
function validateBody(body) {
781-
// TODO(@jasnell): Support streaming sources
782781
if (body === undefined) return body;
783782
// Transfer ArrayBuffers...
784783
if (isArrayBuffer(body)) {

0 commit comments

Comments
 (0)