Skip to content
Snippets Groups Projects
Commit cbceec45 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

...

parent ea020725
No related branches found
No related tags found
No related merge requests found
Pipeline #7214 passed with stage
in 11 seconds
...@@ -449,7 +449,7 @@ dap_http_cache_t * dap_http_simple_make_cache_from_reply(dap_http_simple_t * a_h ...@@ -449,7 +449,7 @@ dap_http_cache_t * dap_http_simple_make_cache_from_reply(dap_http_simple_t * a_h
return dap_http_cache_update(a_http_simple->http_client->http->url_proc, return dap_http_cache_update(a_http_simple->http_client->http->url_proc,
a_http_simple->reply_byte, a_http_simple->reply_byte,
a_http_simple->reply_size, a_http_simple->reply_size,
a_http_simple->http_client->out_headers, a_ts_expire); a_http_simple->http_client->out_headers, NULL,200, a_ts_expire);
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment