summaryrefslogtreecommitdiff
path: root/test/vary
diff options
context:
space:
mode:
authorjcgregorio@localhost <jcgregorio@localhost>2010-05-13 23:42:11 -0400
committerjcgregorio@localhost <jcgregorio@localhost>2010-05-13 23:42:11 -0400
commit9e603dad1614ec73e02bd0dc9b59d98ec34903b0 (patch)
tree9f8778f36094e8b555b1e508920fd5214921ada4 /test/vary
parent4e8a2bc3c39cc3a8b3a0919d640ea06b68e51bd1 (diff)
downloadhttplib2-9e603dad1614ec73e02bd0dc9b59d98ec34903b0.tar.gz
Fix for issue #94 by Leonard Richardson
Diffstat (limited to 'test/vary')
-rw-r--r--test/vary/unused-header.asis6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/vary/unused-header.asis b/test/vary/unused-header.asis
new file mode 100644
index 0000000..2002f48
--- /dev/null
+++ b/test/vary/unused-header.asis
@@ -0,0 +1,6 @@
+#!/usr/bin/tail --lines=+2
+Content-Type: text/plain
+Vary: X-No-Such-Header
+Status: 200 OK
+
+I've never heard of a header called X-No-Such-Header.