https://issues.apache.org/bugzilla/show_bug.cgi?id=48763

--- Comment #14 from Bruce G. Stewart <bgstew...@covad.net> 2010-02-20 01:13:30 
UTC ---
Mladen, isapi_redirect-1.2.29-dev-911726.dll (x64 version) acts just the same
way - the first body block is sent right after the header.


Browsing the jk code, I see ajp_send_request() in jk_ajp_common.c includes this
comment:

        /* || s->is_chunked - this can't be done here. The original protocol
           sends the first chunk of post data ( based on Content-Length ),
           and that's what the java side expects.
           Sending this data for chunked would break other ajp13 servers.

           Note that chunking will continue to work - using the normal read.
         */

but code to test the value of s->is_chunked was removed between revisions
298092 and 298162.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to