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

Fix proxy CONNECT request handling. #1973

Merged
merged 1 commit into from
Nov 6, 2017
Merged

Fix proxy CONNECT request handling. #1973

merged 1 commit into from
Nov 6, 2017

Conversation

s-ludwig
Copy link
Member

@s-ludwig s-ludwig commented Nov 6, 2017

There were two issues:

  • The destination resource ("host:port") was not parsed correctly
  • The response header was missing

See #1893.

There were two issues:
- The destination resource ("host:port") was not parsed correctly
- The response header was missing

See #1893.
@s-ludwig
Copy link
Member Author

s-ludwig commented Nov 6, 2017

There is still an issue in the closing procedure where an assertion in the libevent driver is triggered, but this appears to be specific to the libevent driver. Using vibe-core does not show a similar issue.

@dlang-bot dlang-bot merged commit 57091ea into master Nov 6, 2017
@s-ludwig s-ludwig deleted the fix_proxy_connect branch November 17, 2017 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants