Correct response codes per RFC2518.

This commit is contained in:
Andrew McMillan 2006-12-06 21:52:41 +13:00
parent 7fae773735
commit 75443b08f4
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
HTTP/1.1 412 Precondition Failed
HTTP/1.1 405 Method Not Allowed
Date: Dow, 01 Jan 2000 00:00:00 GMT
Content-Length: 45
Content-Type: text/plain; charset=UTF-8

View File

@ -1,4 +1,4 @@
HTTP/1.1 200 OK
HTTP/1.1 204 No Content
Date: Dow, 01 Jan 2000 00:00:00 GMT
Content-Length: 0
Content-Type: text/plain; charset=UTF-8

View File

@ -1,4 +1,4 @@
HTTP/1.1 200 OK
HTTP/1.1 204 No Content
Date: Dow, 01 Jan 2000 00:00:00 GMT
Content-Length: 0
Content-Type: text/plain; charset=UTF-8