Commit 6549d73d authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Whitespace OCD

parent f2357c88
......@@ -634,8 +634,8 @@ debug_reqpoolfail(struct cli *cli, const char * const *av, void *priv)
uintmax_t u = 1;
const char *p;
(void)priv;
(void)cli;
(void)priv;
(void)cli;
reqpoolfail = 0;
for (p = av[2]; *p != '\0'; p++) {
if (*p == 'F' || *p == 'f')
......@@ -657,6 +657,6 @@ void
WRK_Init(void)
{
CLI_AddFuncs(debug_cmds);
CLI_AddFuncs(debug_cmds);
}
......@@ -3,7 +3,7 @@ varnishtest "Bug in CONTINUATION flags when no sendbody"
server s1 {
rxreq
expect req.proto == HTTP/1.1
txresp -hdr "Content-Type: text/plain" -hdrlen Foo 100
txresp -hdr "Content-Type: text/plain" -hdrlen Foo 100
} -start
......@@ -19,7 +19,7 @@ client c1 {
rxsettings
} -run
stream 1 {
txreq -req HEAD
txreq -req HEAD
rxresp
expect resp.status == 200
expect resp.http.content-Type == "text/plain"
......
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