less lies, more truth.

This commit is contained in:
Joris Vink 2019-05-13 23:14:12 +02:00
parent a10dfe03fe
commit 7a814f5786
1 changed files with 2 additions and 1 deletions

View File

@ -80,12 +80,13 @@ state_setup(struct http_request *req)
/*
* Bind the HTTP client request to our HTTP request so we get woken
* up once a response is available.
*
* This will put us to sleep.
*/
kore_curl_bind_request(client, req);
/*
* Now fire off the request onto the event loop.
* This will put us to sleep.
*/
kore_curl_run(client);