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

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

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

unit testing - How to mock PreferenceManager in Android? -