----- Ursprungsmeddelande ----- > On 08/30/2010 01:44 AM, Henrik Nordström wrote: > > The added comment applies to the whole 6xx class, not just 601. > > We have only two 6xx constants. Are you saying HTTP_INVALID_HEADER (600) > is never sent to the client? I will adjust the comment if that is the > case.
Correct. Bad header parsing a request is 400 bad request. bad header parsing a response is 504 bad gateway. Regards Henrik
