]> git.ipfire.org Git - thirdparty/squid.git/commit
* Do not warn about size mismatch on responses without a Content-Length:
authorwessels <>
Fri, 17 Jul 1998 06:00:51 +0000 (06:00 +0000)
committerwessels <>
Fri, 17 Jul 1998 06:00:51 +0000 (06:00 +0000)
commited2ab7dbb3dc77a8e9b4621516819a42f7c90475
tree9a552f90b86b4f943466d35c51bc6f48671ab8d3
parent4915be3b49e6376b0aeb28cddf6f6b8bc3ad38b7
* Do not warn about size mismatch on responses without a Content-Length:
header
* Documented all the options in usage().
* Added -t to build a tracefile suitable for later input

A tracefile has the format

METHOD URL BODY-FILE SIZE CHECKSUM
Where:
METHOD          Is the HTTP method to use, usually GET
URL             The URL
BODY-FILE       Is a file to send as request body (- for none)
SIZE            The object size of the returned object (- to ignore)
CHECKSUM        A simple checksum of the object (- to ignore)

tcp-banger already accepts this format as input (was in one of my
previous tcp-banger patches).

/Henrik
test-suite/tcp-banger2.c