- re_process_buffer no longer writes the modified buffer
authoroes <oes@users.sourceforge.net>
Sun, 27 May 2001 22:17:04 +0000 (22:17 +0000)
committeroes <oes@users.sourceforge.net>
Sun, 27 May 2001 22:17:04 +0000 (22:17 +0000)
commitffc1ab733579543abf77003e7d4b1a373d81c7a3
tree7e0a605ad43e60aceee2429d3537c94ef9583cd5
parentfe49d4642ec18cec07e1554a963f6fbc41591e88
- re_process_buffer no longer writes the modified buffer
  to the client, which was very ugly. It now returns the
  buffer, which it is then written by chat.

- content_length now adjusts the Content-Length: header
  for modified documents rather than crunch()ing it.
  (Length info in csp->content_length, which is 0 for
  unmodified documents)

- For this to work, sed() is called twice when filtering.
filters.c
filters.h
jcc.c
parsers.c
project.h