Re: What is the purpose of conn->flags.readMoreRequests?

From: Robert Collins <robertc@dont-contact.us>
Date: 10 Feb 2003 07:32:37 +1100

On Mon, 2003-02-10 at 06:36, Henrik Nordstrom wrote:
> Can someone explain the purpose of conn->flags.readMoreRequests?
>
> I do not quite get it from the source.. it's only effect seems to be to
> delay request processing by one poll(READ) on the client filedescriptor,
> which seems kind of a useless purpose..

It was created while attacking the huge and obtruse client request
reqading logic, to help factor it up. If it has become less useful, and
can be factored away, coool.

The main point was to mark the connection as being not allowed to read
requests. This would happen when SSL or posts where detected.

Rob

-- 
GPG key available at: <http://users.bigpond.net.au/robertc/keys.txt>.

Received on Sun Feb 09 2003 - 13:32:44 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:19:14 MST