zllovesuki / specter

like ngrok, but more ambitious with DHT for flavor
MIT License
26 stars 1 forks source link

Enable HTTP/3 on Gateway for visitor traffic #3

Closed zllovesuki closed 2 years ago

zllovesuki commented 2 years ago

unit test via quic-go client and curl --http3 both showing http3 is working. However, in browser protocol was not upgraded for whatever reasons.

Chrome shows alt-svc is broken but gateway side shows no logs whatsoever. Need to investigate how it works.