summaryrefslogtreecommitdiff
path: root/protocols/Slack/src/http_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Slack/src/http_request.h')
-rw-r--r--protocols/Slack/src/http_request.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Slack/src/http_request.h b/protocols/Slack/src/http_request.h
index 03f5894c6f..9c0d52816f 100644
--- a/protocols/Slack/src/http_request.h
+++ b/protocols/Slack/src/http_request.h
@@ -332,6 +332,7 @@ public:
{
cbSize = sizeof(NETLIBHTTPREQUEST);
requestType = method;
+ flags = NLHRF_HTTP11 | NLHRF_SSL | NLHRF_NODUMPHEADERS;
}
~HttpRequest()