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

2016-07-14 Thread Piyush Dewnani
The project indeed does look interesting, however it seems like it depends 
on MailGun proxy https://github.com/vulcand/oxy
I might be missing something here, but it seems atleast in Vulcand forward 
module the support for a HTTP2 backend is not present.
https://github.com/vulcand/oxy/blob/master/forward/fwd.go#L219

On Wednesday, July 13, 2016 at 11:48:48 PM UTC+5:30, Tim Hawkins wrote:
>
> https://github.com/containous/traefik
> On 14 Jul 2016 2:13 a.m., "Kevin Klues"  
> wrote:
>
>> Im curious about this as well. Are there any plans to build native 
>> 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:
>>>
>>> The default reverse proxy at 
>>> https://golang.org/pkg/net/http/httputil/#ReverseProxy has some 
>>> hard-coded vars which uses http 1.1 
>>>
>>> For example: 
>>> https://golang.org/src/net/http/httputil/reverseproxy.go#L178
>>>
>>> Not sure about the changes targeted to support 'HTTP 2' out of the box 
>>> for 'HTTP 2' enabled backend.
>>>
>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "golang-nuts" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to golang-nuts...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2016-07-13 Thread Tamás Gulácsi
caddyserver.com

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2016-07-13 Thread Tim Hawkins
https://github.com/containous/traefik
On 14 Jul 2016 2:13 a.m., "Kevin Klues"  wrote:

> Im curious about this as well. Are there any plans to build native 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:
>>
>> The default reverse proxy at
>> https://golang.org/pkg/net/http/httputil/#ReverseProxy has some
>> hard-coded vars which uses http 1.1
>>
>> For example:
>> https://golang.org/src/net/http/httputil/reverseproxy.go#L178
>>
>> Not sure about the changes targeted to support 'HTTP 2' out of the box
>> for 'HTTP 2' enabled backend.
>>
>> --
> You received this message because you are subscribed to the Google Groups
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2016-07-13 Thread Kevin Klues
Im curious about this as well. Are there any plans to build native 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:
>
> The default reverse proxy at 
> https://golang.org/pkg/net/http/httputil/#ReverseProxy has some 
> hard-coded vars which uses http 1.1 
>
> For example: https://golang.org/src/net/http/httputil/reverseproxy.go#L178
>
> Not sure about the changes targeted to support 'HTTP 2' out of the box for 
> 'HTTP 2' enabled backend.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.