Commit a630df00 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Whitespaces, correct pasto and leftover from 4.0

parent a063045d
......@@ -175,7 +175,7 @@ vhp_table_test_LDADD = \
$(top_builddir)/lib/libvarnish/libvarnish.la
noinst_PROGRAMS += vhp_decode_test
vhp_decode_test_SOURCES = hpack/vhp_decode.c hpack/vhp_table.c
vhp_decode_test_SOURCES = hpack/vhp_decode.c hpack/vhp_table.c
vhp_decode_test_CFLAGS = -DDECODE_TEST_DRIVER -include config.h
vhp_decode_test_LDADD = \
$(top_builddir)/lib/libvarnish/libvarnish.la
......
......@@ -36,7 +36,6 @@
-esym(765, BackSlash)
-esym(759, BackSlashDecode)
-esym(765, BackSlashDecode)
-esym(714, VSS_open)
-esym(757, base64*)
......
......@@ -18,7 +18,7 @@ Here's an example of test file::
txgoaway -laststream 0 -err 9 -debug "COMPRESSION_ERROR"
} -run
} -start
client c1 -connect ${s1_sock} {
stream 1 {
txreq -idxHdr 100 -litHdr inc plain "foo" plain "bar"
......
......@@ -71,7 +71,7 @@ If you want to change the top level VCL, do as you always did::
Details, details, details:
--------------------------
* All requests *always* start in the active VCL - the one from ``vcl.use``
* All requests *always* start in the active VCL - the one from ``vcl.use``
* Only VCL labels can be used in ``return(vcl(name))``. Without this
restriction the top level VCL would have to be reloaded every time
......
......@@ -261,6 +261,7 @@ vcc_delete_expr(struct expr *e)
VSB_destroy(&e->vsb);
FREE_OBJ(e);
}
/*--------------------------------------------------------------------
* We want to get the indentation right in the emitted C code so we have
* to represent it symbolically until we are ready to render.
......@@ -273,7 +274,7 @@ vcc_delete_expr(struct expr *e)
* \v1 insert subexpression 1
* \v2 insert subexpression 2
* \v+ increase indentation
* \v- increase indentation
* \v- decrease indentation
* anything else is literal
*
* When editing, we check if any of the subexpressions contain a newline
......
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