Request body truncated, 503
am 18.12.2007 16:36:00 von Peodor
Hi,
A request body is read with Request.BinaryRead on an aspx page, IIS 6.
Now and then the request body seems to be truncated (at different sizes)
compared to the sent size.
The response code is 503 (by some for me unknown reason).
Why is the request truncated and a response code of 503?
Could this be a normal behaviour (and I should in some way should check if
the request body is complete? Or that the response will be 503 by some reason
so I should not process the body?)?
/ peodor
RE: The response code possible not 503
am 18.12.2007 17:36:02 von Peodor
Hi gain,
Sorry, possible the response code was something else than 503 (it was
however not 200). I don't have the log file availabale now so I can check.
"Peodor" wrote:
> Hi,
>
> A request body is read with Request.BinaryRead on an aspx page, IIS 6.
> Now and then the request body seems to be truncated (at different sizes)
> compared to the sent size.
> The response code is 503 (by some for me unknown reason).
>
> Why is the request truncated and a response code of 503?
> Could this be a normal behaviour (and I should in some way should check if
> the request body is complete? Or that the response will be 503 by some reason
> so I should not process the body?)?
>
> / peodor
>