caddy icon indicating copy to clipboard operation
caddy copied to clipboard

reverse_proxy: apply keep-alive setting for h2c requests

Open WeidiDeng opened this issue 1 year ago • 4 comments

Fix 6342.

WeidiDeng avatar May 27 '24 06:05 WeidiDeng

Thanks Weidi! As I understand it, this depends on an upstream patch first?

mholt avatar Jun 02 '24 04:06 mholt

Yes, or else h2c will stop working if keep alive is disabled. For now it's buggy behaviour, but it works 🤷 .

WeidiDeng avatar Jun 02 '24 08:06 WeidiDeng

Just wait for the release of golang/x/net. It's fixed in the master.

WeidiDeng avatar Jun 13 '24 07:06 WeidiDeng

Great! Will do :smile:

mholt avatar Jun 13 '24 13:06 mholt

Great - thanks for the ping! And the patch :)

mholt avatar Aug 08 '24 12:08 mholt