mirror of
https://github.com/danog/libtgvoip.git
synced 2024-12-02 09:37:52 +01:00
Fixes
This commit is contained in:
parent
4aab25d376
commit
97f24e7bda
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user