David Halls

Results 56 comments of David Halls

Should check first that WebTransport streams (or at least their implementation) don't suffer from starvation by using https://github.com/davedoesdev/bpmux#comparison Can start by testing HTTP/2 streams and HTTP/3 streams when ready, Node-to-Node...

Tested: http2 doesn't suffer from starvation (has windows for connection and invidual streams). WebTransport waiting for https://github.com/nodejs/node/issues/38478 and https://github.com/nodejs/node/pull/38233

Support for pair of HTTP/2 sessions added in 8.2.0

While WebTransport/HTTP3/quic is being added to Node, try https://github.com/fails-components/webtransport

Thanks for letting me know, I'll take a look when I get some time. The node stream implementation no doubt changed _again_

Yes I agree Ed25519 would be nice. Re the PIN, I'm just thinking about people re-using the same PIN, such as their bank PIN - wouldn't want a keylogger capturing...