From: oes Date: Sun, 27 May 2001 22:17:04 +0000 (+0000) Subject: - re_process_buffer no longer writes the modified buffer X-Git-Tag: v_2_9_9~471 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=ffc1ab733579543abf77003e7d4b1a373d81c7a3;hp=ffc1ab733579543abf77003e7d4b1a373d81c7a3 - 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. ---