This monster 4600+ lines patch just arrived for more HTTP/3 in #curl : github.com/curl/curl/pull/1833…
HTTP/3 proxy CONNECT and MASQUE CONNECT-UDP support for OpenSSL QUIC by aritrbas · Pull Request #18331 · curl/curl
This adds (1) HTTP/3 proxy CONNECT support and (2) MASQUE CONNECT-UDP support for OpenSSL QUIC stack. Usage: curl -k -4 --http1.1 --proxy-insecure --proxytunnel --proxy-http3 --proxy https://GitHub
Adolph
in reply to daniel:// stenberg:// • • •daniel:// stenberg://
in reply to Adolph • • •@captainepoch I've done that many times as well. Usually it then helps to apply the patch in a local branch and use diff and your regular editor to dig into it.
The git project itself for example still does this.
Adolph
in reply to daniel:// stenberg:// • • •I forgot git allowed that.
Even so... 4600 changes...
daniel:// stenberg://
in reply to Adolph • • •Emily Flion
in reply to daniel:// stenberg:// • • •Lucas Pardue
in reply to daniel:// stenberg:// • • •Stefan Eissing
in reply to Lucas Pardue • • •Christian Huitema
in reply to Stefan Eissing • • •@icing @SimmerVigor It be very nice if there was some kind of reference server for connect UDP. Maybe a server that only enable UDP towards a small set of IP/UDP/port numbers, maybe each running a test QUIC site.
I would love testing my own implementation of CONNECT UDP with that.
Christian Huitema
in reply to Christian Huitema • • •daniel:// stenberg://
in reply to Christian Huitema • • •Toon
in reply to daniel:// stenberg:// • • •