summaryrefslogtreecommitdiff
path: root/client/SslClient.cpp
diff options
context:
space:
mode:
authorAlex Borisov <borisov.alexandr@rambler.ru>2011-11-20 16:04:24 +0200
committerAlex Borisov <borisov.alexandr@rambler.ru>2011-11-20 16:04:24 +0200
commitc0a2f93e8ccdc2f4d03fbc1ec31bd7f22d355a61 (patch)
tree326d9718f616300864a52e2855e84080de61d7b0 /client/SslClient.cpp
parent5869e779ee108a63b71798b50beee13ec2480d67 (diff)
Add upload and delete requests. Docs update
Diffstat (limited to 'client/SslClient.cpp')
-rw-r--r--client/SslClient.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/SslClient.cpp b/client/SslClient.cpp
index 698862a..9f17449 100644
--- a/client/SslClient.cpp
+++ b/client/SslClient.cpp
@@ -86,6 +86,8 @@ void SslClient::SendRequest(RequestType type)
case GenericProxyList:
case StaticProxyList:
case FirewallList:
+ case UploadList:
+ case DeleteList:
rcode = type;
break;
default:
@@ -143,6 +145,8 @@ void SslClient::DataRecieved()
case GenericProxyList:
case StaticProxyList:
case FirewallList:
+ case UploadList:
+ case DeleteList:
type = (RequestType)rcode;
break;
default: