Commit 0868f6d6 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

white space ocd

parent e76ad2d2
......@@ -3,7 +3,7 @@ varnishtest "Test connection error on pipe"
varnish v1 -vcl {
backend default { .host = "${bad_ip}"; }
sub vcl_recv {
return (pipe);
return (pipe);
}
} -start
......
......@@ -670,14 +670,14 @@ sp_variables = [
The corresponding HTTP header.
"""
),
('resp.is_streaming',
'BOOL',
( 'deliver', 'synth', ),
( ), """
Returns true when the response will be streamed
from the backend.
"""
),
('resp.is_streaming',
'BOOL',
( 'deliver', 'synth', ),
( ), """
Returns true when the response will be streamed
from the backend.
"""
),
('now',
'TIME',
( 'all',),
......
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