Skip to content
Snippets Groups Projects
Commit 9f1dae94 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

http: Add a new protocol for opening connections via http proxies


This opens a plain TCP connection through the proxy via the
CONNECT HTTP method. Normally, this is allowed for connections
on port 443, but can in general be used to allow connections
to any port (depending on proxy configuration), and could thus
be used to tunnel any TCP connection via a HTTP proxy.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent bf7723a6
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment