DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35297>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35297 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #15357|0 |1 is obsolete| | ------- Additional Comments From [EMAIL PROTECTED] 2008-02-17 14:05 ------- Created an attachment (id=21551) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=21551&action=view) Chunked encoding patch for JK/ISAPI I've updated the patch against head following discussions with Rainer and Mladen on the dev list. This patch separates out all chunk encoded behaviour based on whether chunk encoding is enabled for the redirector (in the case of response writes this is a flag on the private date object for the request). I've tested this on IIS 6.0 and 5.1 with chunk encoding enabled and disabled. There are a couple of minor variances from trunk behaviour here: - I've disabled SF_NOTIFY_AUTH_COMPLETE for IIS 5.1 (copied from my patchset), as I've never found a 5.1 it didn't break OPTIONS/PUT etc. on. - The basic response write code has been reworked into isapi_write_client so it can be reused for the chunked encoding on IIS 5 (vector writes are used for 6). -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]