flipt-io / reverst

Reverse Tunnels in Go over HTTP/3 and QUIC
https://www.flipt.io
Apache License 2.0
926 stars 36 forks source link

fix: use fork with connection reuse on context cancel #12

Closed GeorgeMac closed 6 months ago

GeorgeMac commented 6 months ago

The PR does a number of fixes and tidy ups around connection reuse and shutdown. Primarily, it vendors a fork of quic-go with a fix we have in it (until resolved in the upstream).

Beyond that it: