diff options
Diffstat (limited to 'protocols/SkypeWeb/src/requests/poll.h')
-rw-r--r-- | protocols/SkypeWeb/src/requests/poll.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/requests/poll.h b/protocols/SkypeWeb/src/requests/poll.h index 20f260fb64..b0ea4de52a 100644 --- a/protocols/SkypeWeb/src/requests/poll.h +++ b/protocols/SkypeWeb/src/requests/poll.h @@ -23,6 +23,7 @@ struct PollRequest : public AsyncHttpRequest PollRequest(CSkypeProto *ppro) :
AsyncHttpRequest(REQUEST_POST, HOST_DEFAULT, "/users/ME/endpoints/" + mir_urlEncode(ppro->m_szId) + "/subscriptions/0/poll")
{
+ flags |= NLHRF_PERSISTENT;
timeout = 120000;
if (ppro->m_iPollingId != -1)
|