Re: [go-nuts] Re: Reverse proxy with HTTP2 support

2016-07-14 Thread Piyush Dewnani
gt;> support for a reverse proxy that can directly forward HTTP/2 traffic to a >> backend server? If not, does anyone know of a usable external project that >> provides this functionality? >> >> On Wednesday, March 30, 2016 at 2:48:11 AM UTC-7, Piyush Dewnani wrote: >

[go-nuts] Re: Reverse proxy with HTTP2 support

2016-07-14 Thread Piyush Dewnani
I might be wrong here, but looking at the current code it seems that the HTTP version gets kind of hard-coded https://github.com/mholt/caddy/blob/master/caddyhttp/proxy/reverseproxy.go#L166 On Thursday, July 14, 2016 at 9:57:37 AM UTC+5:30, Tamás Gulácsi wrote: > > caddyserver.com -- You recei