diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-10-10 16:13:20 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-10-10 16:13:20 +0000 |
commit | 7177cd4cc38bb73338631381b802a7f7f6845f62 (patch) | |
tree | 829b720d576e3d0811da04f646ccf4cfaa66024b /protocols/SkypeWeb/src/requests/poll.h | |
parent | 9356d0a22b3674d2ae6b1f157abb0bdf11f82dca (diff) |
SkypeWeb: removed persistent connection flag
git-svn-id: http://svn.miranda-ng.org/main/trunk@15529 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/requests/poll.h')
-rw-r--r-- | protocols/SkypeWeb/src/requests/poll.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/src/requests/poll.h b/protocols/SkypeWeb/src/requests/poll.h index 39e7cbd6c6..c2ae8c7f8d 100644 --- a/protocols/SkypeWeb/src/requests/poll.h +++ b/protocols/SkypeWeb/src/requests/poll.h @@ -25,9 +25,7 @@ public: HttpRequest(REQUEST_POST, FORMAT, "%s/v1/users/ME/endpoints/SELF/subscriptions/0/poll", li.endpoint.szServer)
{
timeout = 60000;
- flags |= NLHRF_PERSISTENT;
Headers
- << CHAR_VALUE("Connection", "keep-alive")
<< CHAR_VALUE("Accept", "application/json, text/javascript")
<< FORMAT_VALUE("RegistrationToken", "registrationToken=%s", li.endpoint.szToken);
}
|