You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GOMEZ Henri <hg...@slib.fr> on 2001/10/31 13:28:42 UTC

RE: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mo d_jk.c


>  @@ -306,7 +307,9 @@
>    * pointer.
>    */
>   /* Works with 4096, fails with 8192 */
>  +#ifndef CHUNK_SIZE
>   #define CHUNK_SIZE 4096
>  +#endif
>   
>   static int JK_METHOD ws_write(jk_ws_service_t *s,
>                                 const void *b,
>  @@ -674,6 +677,7 @@
>       return NULL;
>   }

At some time in the past, justin told us that this patch 
is no more necessary since if the write didn't works it
will be an HTTP 2.0 problem which should be fixed by
the new-httpd team.

What about removing it ?

Also, to support EBCDIC system, will need to implement
here a detection of headers and contents since the 
bwrite will not be the same for HEADERS (which should
be translated from ASCII to EBCDIC) than to content.

ApacheJserv does that on ajp12 for example :)))) 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>