google / huproxy

Apache License 2.0
420 stars 75 forks source link

http2 issues #7

Open erikespinoza opened 3 years ago

erikespinoza commented 3 years ago

https://github.com/gorilla/websocket/issues/417

HUProxy has issues with go http2 being transparently upgraded. Enabling http2 on Apache / Nginx in conjunction with HUProxy causes issues.

ThomasHabets commented 3 years ago

I see. Good to know, but looks like there's nothing huproxy can do but wait for either gorilla/websocket to support http2, or another Go library that can be switched to?

erikespinoza commented 3 years ago

I submitted this as a tracking bug and to help others who may shoot themselves in the foot. Sorry I should've made that clearer.

ThomasHabets commented 3 years ago

Oh, no problem. I appreciate you creating this bug very much. I was not aware, and glad you let me know.