Skip to content
Snippets Groups Projects
Commit 2f22c964 authored by Stephen R. van den Berg's avatar Stephen R. van den Berg
Browse files

HTTP.Query: timed_async_fetch() failed to skip the header.

parent 951f9c05
No related branches found
No related tags found
No related merge requests found
...@@ -1304,6 +1304,7 @@ void timed_async_fetch(function(object, mixed ...:void) ok_callback, ...@@ -1304,6 +1304,7 @@ void timed_async_fetch(function(object, mixed ...:void) ok_callback,
extra_args = extra; extra_args = extra;
request_ok = ok_callback; request_ok = ok_callback;
request_fail = fail_callback; request_fail = fail_callback;
cpos = datapos;
// NB: Different timeout than init_async_timeout(). // NB: Different timeout than init_async_timeout().
call_out(async_timeout, data_timeout); call_out(async_timeout, data_timeout);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment