- From: Gisle Aas <aas@a.sn.no>
- Date: Wed, 17 Jul 1996 13:27:57 +0200
- To: http-wg%cuckoo.hpl.hp.com@hplb.hpl.hp.com
I was trying to update libwww-perl to the latest HTTP spec and found
the following inconsistencies between the table in section 6.1.1 and
how the status codes are named in the corresponding sections.
--- draft-ietf-http-v11-spec-06.txt.orig Wed Jul 17 13:01:52 1996
+++ draft-ietf-http-v11-spec-06.txt Wed Jul 17 13:21:58 1996
@@ -2177,7 +2177,7 @@
| "405" ; Method Not Allowed
| "406" ; Not Acceptable
| "407" ; Proxy Authentication Required
- | "408" ; Request Time-out
+ | "408" ; Request Timeout
| "409" ; Conflict
| "410" ; Gone
| "411" ; Length Required
@@ -2189,8 +2189,8 @@
| "501" ; Not Implemented
| "502" ; Bad Gateway
| "503" ; Service Unavailable
- | "504" ; Gateway Time-out
- | "505" ; HTTP Version not supported
+ | "504" ; Gateway Timeout
+ | "505" ; HTTP Version Not Supported
| extension-code
extension-code = 3DIGIT
Regards,
Gisle Aas.
Received on Wednesday, 17 July 1996 04:34:11 UTC