[ale] Apache/CGI
cfowler
cfowler at outpostsentinel.com
Tue Nov 28 18:47:50 EST 2006
On Tue, 2006-11-28 at 17:05 -0500, Mike Harrison wrote:
> http/apache is not reading character by character..
> normally. It reads line by line, ie: waiting for a \n
> or <cr> before it parses a line at a time.
That is specific to Apache then. Neither thttpd nor GoAhead does that.
Also Apache is parsing by looking for Content-type.
In order this to work I need to change the way Apache behaves in this
regard. Its a good thing I have the source :)
More information about the Ale
mailing list