1
0
mirror of https://github.com/danog/libtgvoip.git synced 2024-12-02 09:37:52 +01:00
This commit is contained in:
Daniil Gentili 2017-07-03 16:57:55 +02:00
parent 4aab25d376
commit 97f24e7bda

View File

@ -1774,9 +1774,9 @@ void VoIPController::SendPacket(unsigned char *data, size_t len, Endpoint* ep){
return;
}
s=proxy;
}else if(proxyProtocol==PROXY_HTTP){
}/*else if(proxyProtocol==PROXY_HTTP){
s=NetworkSocket::Create(PROTO_TCP);
}else{
}*/else{
LOGE("Unsupported proxy protocol %d", proxyProtocol);
SetState(STATE_FAILED);
return;