mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
less lies, more truth.
This commit is contained in:
parent
a10dfe03fe
commit
7a814f5786
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user