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.
Please register or sign in to comment