http2-server icon indicating copy to clipboard operation
http2-server copied to clipboard

Error when try to open page in chrome

Open cevek opened this issue 3 years ago • 1 comments

open url https://localhost:4443

RangeError: Invalid typed array length: -4095 at new Uint8Array () at new FastBuffer (internal/buffer.js:951:1) at Handle.onStreamRead [as onread] (internal/stream_base_commons.js:187:19) at Stream. (/usr/local/lib/node_modules/static-http2-server/node_modules/handle-thing/lib/handle.js:120:12) at Stream.emit (events.js:327:22) at endReadableNT (/usr/local/lib/node_modules/static-http2-server/node_modules/readable-stream/lib/_stream_readable.js:1010:12) at processTicksAndRejections (internal/process/task_queues.js:80:21)

cevek avatar May 16 '21 18:05 cevek

Reproduced also with node 14 Not a fix, but it works with node 10.

YannDuv avatar Jun 28 '21 16:06 YannDuv