conf: fix random scheduled meeting join failures
commite7ea3323acb7c3ba5af7c78fc77818ecde65805d
authorJakub Adam <jakub.adam@ktknet.cz>
Fri, 2 Mar 2018 20:18:13 +0000 (2 21:18 +0100)
committerJakub Adam <jakub.adam@ktknet.cz>
Fri, 2 Mar 2018 20:50:47 +0000 (2 21:50 +0100)
tree22d29ff176b0927459e50a6236b496d14a23cefc
parent3a451fe44324fd0ea41375dfa65ef2e718649367
conf: fix random scheduled meeting join failures

Add sipe_http_request_ready() after new HTTP request has been created.
Everything worked if sipe_http_request_get() also opened a new
connection, but when two requests were sent in a quick succession, the
latter remained sitting in send queue until its timeout kicked off.

Fixes more or less frequent "Can't find a conference URI on this page"
errors.
src/core/sipe-conf.c