- 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)
  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.


No differences found