summaryrefslogtreecommitdiff
path: root/protocols/SkypeWeb/src/http_request.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-03-23 18:04:59 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-03-23 18:04:59 +0000
commitceb5a959c77bbfdb5f5054d6d694032aa323f674 (patch)
tree2a9bedb244201053be39ffbce6fbd86be87e1469 /protocols/SkypeWeb/src/http_request.h
parent4c42f50401b69f7ba0c87ea5d315173f0c9a8fcf (diff)
SkypeWeb: status support pt2 (patch from MikalaiR)
git-svn-id: http://svn.miranda-ng.org/main/trunk@12487 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/http_request.h')
-rw-r--r--protocols/SkypeWeb/src/http_request.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/src/http_request.h b/protocols/SkypeWeb/src/http_request.h
index 5d34d04e3f..db6c2caeec 100644
--- a/protocols/SkypeWeb/src/http_request.h
+++ b/protocols/SkypeWeb/src/http_request.h
@@ -245,7 +245,7 @@ public:
this->HttpRequest::HttpRequest(REQUEST_POST, urlFormat, args);
va_end(args);
- Headers << CHAR_VALUE("Content-Type", "application/x-www-form-urlencoded; charset=utf-8");
+ //Headers << CHAR_VALUE("Content-Type", "application/x-www-form-urlencoded; charset=utf-8");
}
};
@@ -291,7 +291,7 @@ public:
this->HttpsRequest::HttpsRequest(REQUEST_POST, urlFormat, args);
va_end(args);
- Headers << CHAR_VALUE("Content-Type", "application/x-www-form-urlencoded; charset=utf-8");
+ //Headers << CHAR_VALUE("Content-Type", "application/x-www-form-urlencoded; charset=utf-8");
}
};