You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Keith Wannamaker <Ke...@Wannamaker.org> on 2001/02/01 03:58:02 UTC

[PATCH] Ajpv13 single read() call

This is a patch to ajpv13 in TC 3.3.  Only a single read()
call is used to read a packet.  When the packet is large
(i.e. uploading files), depending on the subsystem, it
may take multiple read() calls to read the declared packet
length.

Patch: http://www.apache.org/~keith/jk/read/ajp13.txt

Info : http://www.apache.org/~keith/jk/read/

Keith