>What about 33 sec. ? It matches the version :-)
>
>( seriously - does the HTTP spec have any number ? If not, can we use
>whatever apache is using ? )
>
>In any case - 300s is better than no timeout - and if it's too 
>much we can
>reduce it later ( and make it configurable anyway ).   
>

300s is really huge number since in http 1.0 connector we read
input stream one byte at time.

With such timeout, you could let a connection open for more than
one hour just to read : GET / HTTP/1.0\r\n

So I'll commit the patch with 300s by default but I strongly recommand
to adapt this timeout to specific site configuration (intranet, internet)

Regards

Reply via email to