[wp-trac] [WordPress Trac] #13940: get_status_header_desc returns HTTP 1.1 status header messages but is used for HTTP 1.0 as well
WordPress Trac
wp-trac at lists.automattic.com
Thu Jun 17 10:56:31 UTC 2010
#13940: get_status_header_desc returns HTTP 1.1 status header messages but is used
for HTTP 1.0 as well
--------------------------+-------------------------------------------------
Reporter: hakre | Owner:
Type: defect (bug) | Status: closed
Priority: low | Milestone:
Component: General | Version: 3.0
Severity: minor | Resolution: invalid
Keywords: |
--------------------------+-------------------------------------------------
Comment(by hakre):
'''New Headers in HTTP 1.1 compared to HTTP 1.0'''[[BR]]
* 100 : Continue
* 101 : Switching Protocols
* 203 : Non-Authoritative Information
* 205 : Reset Content
* 206 : Partial Content
* 300 : Multiple Choices
* 303 : See Other
* 305 : Use Proxy
* 307 : Temporary Redirect
* 402 : Payment Required
* 405 : Method Not Allowed
* 406 : Not Acceptable
* 407 : Proxy Authentication Required
* 408 : Request Time-out
* 409 : Conflict
* 410 : Gone
* 411 : Length Required
* 412 : Precondition Failed
* 413 : Request Entity Too Large
* 414 : Request-URI Too Large
* 415 : Unsupported Media Type
* 416 : Requested range not satisfiable
* 417 : Expectation Failed
* 504 : Gateway Time-out
* 505 : HTTP Version not supported
'''Changed Headers in HTTP 1.1 compared to HTTP 1.0'''[[BR]]
* 302 : Found
* HTTP 1.0: 302 : Moved Temporarily
* HTTP 1.1: 302 : Found
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13940#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list