Why would a server not set a HTTP Response Code? -


i'm asking in generalities - why server not set , return headers and/or status codes? can't think of reason this. perhaps i'm overlooking something.

the status-code required part of http response.

by definition, reason server not provide status-line is not http server.

rfc 2616, section 6: response.

or said in less pedant way: if this, server hopelessly buggy , should run away screaming.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -