>  @@ -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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to