Skip to content

Commit

Permalink
Bring back {Req,Resp,Bereq,Beresp}Unset to varnishtop
Browse files Browse the repository at this point in the history
Fixes #3527
  • Loading branch information
nigoroll committed Apr 12, 2021
1 parent 6ab687c commit c39800d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tbl/vsl_tags_http.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ SLTH(Header, HTTP_HDR_FIRST, 1, 1, "header",
HEADER_NOTICE
)

SLTH(Unset, HTTP_HDR_UNSET, 0, 0, "unset header",
SLTH(Unset, HTTP_HDR_UNSET, 1, 1, "unset header",
"HTTP header contents.\n\n"
"The format is::\n\n"
"\t%s: %s\n"
Expand Down

0 comments on commit c39800d

Please sign in to comment.