[master] 1a7f60eec Whitespace OCD
Poul-Henning Kamp
phk at FreeBSD.org
Mon Feb 25 08:30:12 UTC 2019
commit 1a7f60eec13755cae4aaf3d05bc2dc44f9a5b84e
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Mon Feb 25 08:28:59 2019 +0000
Whitespace OCD
diff --git a/bin/varnishtest/tests/a00019.vtc b/bin/varnishtest/tests/a00019.vtc
index 28ab15466..975364445 100644
--- a/bin/varnishtest/tests/a00019.vtc
+++ b/bin/varnishtest/tests/a00019.vtc
@@ -8,15 +8,15 @@ server s1 {
} -start
server s2 {
- rxreq
- txresp -nolen -hdr "Transfer-Encoding: chunked"
- chunkedlen 8192
- chunkedlen 4096
- chunkedlen 4096
- chunkedlen 16384
- chunkedlen 16384
- chunkedlen 16384
- chunkedlen 0
+ rxreq
+ txresp -nolen -hdr "Transfer-Encoding: chunked"
+ chunkedlen 8192
+ chunkedlen 4096
+ chunkedlen 4096
+ chunkedlen 16384
+ chunkedlen 16384
+ chunkedlen 16384
+ chunkedlen 0
rxreq
txresp
} -start
diff --git a/bin/varnishtest/tests/r02395.vtc b/bin/varnishtest/tests/r02395.vtc
index 99461e16c..fd2440648 100644
--- a/bin/varnishtest/tests/r02395.vtc
+++ b/bin/varnishtest/tests/r02395.vtc
@@ -1,22 +1,22 @@
varnishtest "Test between_bytes_timeout works fetching headers"
server s1 {
- rxreq
- send "HTTP/1.0 "
- delay 2
+ rxreq
+ send "HTTP/1.0 "
+ delay 2
} -start
varnish v1 -vcl+backend {
- sub vcl_recv { return (pass); }
- sub vcl_backend_fetch { set bereq.between_bytes_timeout = 1s; }
+ sub vcl_recv { return (pass); }
+ sub vcl_backend_fetch { set bereq.between_bytes_timeout = 1s; }
} -start
varnish v1 -cliok "param.set debug +syncvsl"
client c1 {
- txreq
- rxresp
- expect resp.status == 503
+ txreq
+ rxresp
+ expect resp.status == 503
} -run
server s1 -wait
diff --git a/bin/varnishtest/vtc_http.c b/bin/varnishtest/vtc_http.c
index fc0512b7c..d0e6921da 100644
--- a/bin/varnishtest/vtc_http.c
+++ b/bin/varnishtest/vtc_http.c
@@ -654,7 +654,7 @@ http_rxhdr(struct http *hp)
while (1) {
p = hp->rx_p;
i = http_rxchar(hp, 1, 1);
- if (i < 1)
+ if (i < 1)
break;
if (s == 0 && *p == '\r')
s = 1;
More information about the varnish-commit
mailing list