]> git.ipfire.org Git - thirdparty/squid.git/commit
From: Henrik Nordstrom <hno@hem.passagen.se>
authorwessels <>
Thu, 1 Jan 1998 07:05:52 +0000 (07:05 +0000)
committerwessels <>
Thu, 1 Jan 1998 07:05:52 +0000 (07:05 +0000)
commitebf4efffae692ff0f6496c7ae4ce78d8d473b47b
treeece34aaffd93623910bd39143b2b48580add7ab1
parentac47f01dbf8facd3f6238a1761d9161ee1f36ffa
From:    Henrik Nordstrom <hno@hem.passagen.se>
The client request processing (with this patch) is as follows:
1. Read request data from the client into a buffer
2. If the queue of pending objects is less than 2, then process the
buffer and queue objects for delivery.
3. Immediately restart request processing when a object is delivered,
since we might have read additional requests into the buffer.
src/client_side.cc
src/store.cc