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

CONNECT #230

Closed
martinthomson opened this issue Aug 13, 2013 · 0 comments · Fixed by #249
Closed

CONNECT #230

martinthomson opened this issue Aug 13, 2013 · 0 comments · Fixed by #249

Comments

@martinthomson
Copy link
Collaborator

It turns out that CONNECT doesn't map well to the protocol semantics we've developed.

Tatsuhiro Tsujikawa:

For example, CONNECT to remote example.org:443 via
proxy, chrome sends the followings:

:method => CONNECT
:host => example.org
:path => example:org:443
:version => HTTP/1.1

:version is not omitted in HTTP/2.0, so it can be ignored.

This changes the rules for processing :path. Maybe there is a better option than this. We need to consider how to provide CONNECT-equivalent behaviour for explicit proxies.

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

Successfully merging a pull request may close this issue.

1 participant