You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Gaurang Tapase <ga...@gmail.com> on 2013/05/30 13:18:17 UTC

[users@httpd] content-length request header ssue with apache http server

Hi,

I faced following issue in apache http server.
1) For a request, if content-length request header specifies x bytes as the
content-length and server doesn't receive specified number of bytes within
timeout period, 500 Internal Server Error is returned to the client.

Server logs show, error in reading request entity data.

IMO, the response code in above case should ideally be 408 Request Time Out
instead of 500 as this is a client error and there is nothing wrong on
server side.

Any thoughts/comments?

-- 
Thanks & Ragards,
Gaurang