Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP/2 with backend #52

Open
git001 opened this issue Oct 4, 2016 · 0 comments
Open

HTTP/2 with backend #52

git001 opened this issue Oct 4, 2016 · 0 comments

Comments

@git001
Copy link

git001 commented Oct 4, 2016

Hi.

I have asked me why this lines have hardcoded the HTTP/1.1 Proto

https://github.com/vulcand/oxy/blob/master/forward/fwd.go#L259-L261

Have anyone tried to use something like this

outReq.Proto = req.Proto
outReq.ProtoMajor = req.ProtoMajor
outReq.ProtoMinor = req.ProtoMinor

or just not modify the outReq.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant