Forgot to include file in c13af19f0e

This commit is contained in:
Maks Orlovich
2016-11-18 15:52:42 -05:00
parent 1aaa61faf0
commit c2f183703a
@@ -0,0 +1,6 @@
# Regression test for a bug we used to have; a leak on nonsense
# Content-Encoding. This will not trigger immediately, but at process exit.
start_test Exercising codepath of bad content-encoding
OUT=$(http_proxy=$SECONDARY_HOSTNAME $CURL -Si http://content-encoding.example.com)
check_from "$OUT" fgrep -q "Content-Encoding: nonsense"