Commit a8defc07 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Use back-slash escapes.

parent 53b4d2f5
varnishtest "HTTP continuation lines"
#NB: careful about spaces and tabs in this test.
server s1 {
rxreq
txresp -hdr {Foo: bar,
barf: fail} -body "xxx"
txresp -hdr "Foo: bar,\n\tbarf: fail" -body "xxx"
rxreq
txresp -hdr {Foo: bar,
barf: fail} -body "xxx"
txresp -hdr "Foo: bar,\n \t\n\tbarf: fail" -body "xxx"
} -start
varnish v1 -vcl+backend {
......
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