]> git.ipfire.org Git - thirdparty/squid.git/commit
Fixed bug in httpParseReplyHeader because incoming 'buf' is not
authorwessels <>
Fri, 5 Apr 1996 07:58:54 +0000 (07:58 +0000)
committerwessels <>
Fri, 5 Apr 1996 07:58:54 +0000 (07:58 +0000)
commitd3fb4dead5a950d2ca27f0f2f22cbe18e4e418de
treebb5fe682099580dee7c6a009f8643a535d396b96
parentb7c47a417124da6fb23d846334f4015829fac0d9
Fixed bug in httpParseReplyHeader because incoming 'buf' is not
zeroed and may contain tailing garbage.   Now pass size and only
copy that many bytes.

Added hdr_sz parsing and field to mem_obj
src/http.cc