wv-myoung
wv-myoung
@magiconair was there any progress towards an HTTP/2 supported upstream that you mentioned with the HTTPS upstream support? I only am seeing activity related to the HTTPS work but not...
I have been looking into this and yes it may work out of the box when the http/1.1 to http/2 upgrade negotitation is handled for normal browser and web servers....
@magiconair I did not have to manipulate the listener at all and do not think there would be a need for a dedicated type. The routing works well as the...
I was attempting to treat it generically as http/2 instead of specifically gRPC. The trailers was the only thing I had to do gRPC specific and the net/http/util fix will...
@magiconair I was able to confirm usage of http2.ConfigureTransport along with latest go from master to address the trailers functional with my gRPC harness as well. Running your above test...
@magiconair I was stating that both the fabio proxy listener and upstream need to be configured for https for it to work currently. Even though if you go direct from...
gRPC is HTTP/2 only and supports use of h2c. I've tested it with go based grpc client and server with http2debug=2 and can see that it is over HTTP/2 as...