Skip to content
Snippets Groups Projects
Verified Commit 82be9010 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

daemon/worker: ensure HTTP headers are freed on ignored queries

Ignored queries never call create_request() where ownership of headers
is taken care of. They need to be explicitly cleared instead, because
we're the owners of the pointer here.
parent fc6f73e6
Branches
Tags
1 merge request!1191daemon/http: ensure HTTP headers are freed
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment