mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-30 18:16:31 +03:00
HTTP Proxy Tunneling support.
--HG-- branch : dev-proxy
This commit is contained in:
@@ -133,7 +133,7 @@ EE_MAIN_FUNC int main (int argc, char * argv []) {
|
||||
|
||||
// Set the proxy for the request
|
||||
if ( proxy ) {
|
||||
request.setProxy( URI( proxy.Get() ) );
|
||||
http.setProxy( URI( proxy.Get() ) );
|
||||
}
|
||||
|
||||
if ( !output ) {
|
||||
|
||||
Reference in New Issue
Block a user