On Thursday, 2002-06-20 at 18:22:10 +0400, Igor Sysoev wrote:
> On Thu, 20 Jun 2002, Lupe Christoph wrote:
> 
> > and the mod_perl module seems to prevent the crash:
> > 
> > > telnet proxy.customer.de 80
> > > Trying 213.155.64.138...
> > > Connected to proxy.customer.de.
> > > Escape character is '^]'.
> > > POST /x.html HTTP/1.1
> > > Host: proxy.customer.de
> > > Transfer-Encoding: chunked
> > > 
> > > 80000000
> > > Rapid 7
> > > 0
> > > 
> > > 
> > > ^]
> > > telnet> Connection closed.
> > 
> > Does mod_perl do it's own de-chunking?

> So mod_perl does not return any response ?

> There are two ways to prevent crush with particular URI:
> 1. return 411 error if client send chunked body (standard mod_proxy,
>    mod_cgi and mod_isapi do it);
> 2. ignore body at all.

> I suspect second in your case.

Sorry that is not the answer to my question - the question is if my
code gets a chance to do *anything*, or will the httpd code just
crash at a later time? It does not crash like a non-mod_perl httpd.

Lupe Christoph
-- 
| [EMAIL PROTECTED]       |           http://www.lupe-christoph.de/ |
| I have challenged the entire ISO-9000 quality assurance team to a      |
| Bat-Leth contest on the holodeck. They will not concern us again.      |
| http://public.logica.com/~stepneys/joke/klingon.htm                    |

Reply via email to