]> git.ipfire.org Git - thirdparty/squid.git/commit
Replace the client-side request line parser
authoradrian <>
Wed, 27 Sep 2006 19:17:52 +0000 (19:17 +0000)
committeradrian <>
Wed, 27 Sep 2006 19:17:52 +0000 (19:17 +0000)
commit84cc26357ca24a37566c505b16252f3e2a0882e4
treef81d98211e7a4466e81908ad09a4708ccd51ec6c
parent9f9e5b4de4caece9a3ebe4e70cc5fb9cd9efc09a
Replace the client-side request line parser

* remove the 'inbuf' copy during parsing;
* .. but create a 'url' temporary copy for now since the *URL() routines
  in client_side.cc expect a mutable zero-terminated string;
  I looked into it and it won't take much work to rework those routines
  to take an immutable buffer.
src/HttpMsg.cc
src/HttpMsg.h
src/client_side.cc