diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-08-16 20:15:38 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-08-16 20:15:38 +0300 |
| commit | 70452ae985e7109b1eb9a66e39c039dacf0e2ecd (patch) | |
| tree | 018feed7c9fb6afd893a5f3403de10f7d2f60e5f /protocols/SkypeWeb/src/requests | |
| parent | 9f1e3442e5d25a6a1bd271d0e8e91f0f0f1a57fa (diff) | |
fixes #4568 (Skypeweb: может впадать в ступор после спячки)
Diffstat (limited to 'protocols/SkypeWeb/src/requests')
| -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)
|
