Replaced 6 boolean members of csp with one bitmap (csp->flags)
authoroes <oes@users.sourceforge.net>
Sun, 7 Oct 2001 15:42:11 +0000 (15:42 +0000)
committeroes <oes@users.sourceforge.net>
Sun, 7 Oct 2001 15:42:11 +0000 (15:42 +0000)
commitd9ff96f6158dc9e9e64c216253ae35e75c13295c
tree5080eefecd47b619a8c6355e7ed14ee8d75a858c
parent10478a3c10e770ec43a0c86a9622d46c95f6bb4a
Replaced 6 boolean members of csp with one bitmap (csp->flags)

Moved downgrading of the HTTP version from parse_http_request to
  chat(), since we can't decide if it is necessary before we have
  determined the actions for the URL. The HTTP command is now
  *always* re-built so the repairs need no longer be special-cased.

filter_popups now gets a csp pointer so it can raise the new
  CSP_FLAG_MODIFIED flag.

Bugfix

Added configurable size limit for the IOB. If the IOB grows so
  large that the next read would exceed the limit, the header
  is generated, and the header & unfiltered buffer are flushed
  to the client. Chat then continues in non-buffering,
  non-filtering body mode.
jcc.c