Commit dfecc401 authored by Geoff Simmons's avatar Geoff Simmons

track_vcl.inc: removed vcl_track_response, because vcl.conf now

creates a synthetic empty response for *all* 204 responses created
by VCL
parent 171c5bc0
...@@ -48,11 +48,3 @@ sub vcl_recv_track { ...@@ -48,11 +48,3 @@ sub vcl_recv_track {
error 204 "track"; error 204 "track";
} }
} }
sub vcl_track_response {
if (obj.status == 204 && obj.response == "track") {
synthetic {""};
return(deliver);
}
}
Markdown is supported
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