You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's clear that this would be a rather extensive task, and considering it's not immediately required in my own apps right now I'll postpone it until such time that it gets better support by third parties.
I haven't even looked at libuv's UDP API much, so it's hard to estimate how difficult it would be to integrate any QUIC/HTTP3 solution with the existing event loop. OpenSSL making more strange decisions also doesn't help and Node hasn't even added support for HTTP3 themselves because of the back and forth, so not much use looking there this time around.
The text was updated successfully, but these errors were encountered:
Also needs QUIC support. Probably a ton of work for API design and library integration alone...
Currently blocked by OpenSSL/lack of QUIC libraries? Will have to revisit later, probably.
Background information:
RFCs:
QUIC libraries:
Workaround/temporary solution:
It's clear that this would be a rather extensive task, and considering it's not immediately required in my own apps right now I'll postpone it until such time that it gets better support by third parties.
I haven't even looked at libuv's UDP API much, so it's hard to estimate how difficult it would be to integrate any QUIC/HTTP3 solution with the existing event loop. OpenSSL making more strange decisions also doesn't help and Node hasn't even added support for HTTP3 themselves because of the back and forth, so not much use looking there this time around.
The text was updated successfully, but these errors were encountered: