From 9af44bee1539aa087d7a213d13ab2ee7dbba1ace Mon Sep 17 00:00:00 2001 From: des Date: Wed, 23 May 2001 18:52:02 +0000 Subject: Add some error codes that were added in RFC2616. --- lib/libfetch/http.errors | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libfetch') diff --git a/lib/libfetch/http.errors b/lib/libfetch/http.errors index d6a3329..1f38574 100644 --- a/lib/libfetch/http.errors +++ b/lib/libfetch/http.errors @@ -17,6 +17,7 @@ 303 MOVED See Other 304 OK Not Modified 305 INFO Use Proxy +307 MOVED Temporary Redirect 400 PROTO Bad Request 401 AUTH Unauthorized 402 AUTH Payment Required @@ -33,6 +34,8 @@ 413 PROTO Request Entity Too Large 414 PROTO Request-URI Too Large 415 PROTO Unsupported Media Type +416 UNAVAIL Requested Range Not Satisfiable +417 SERVER Expectation Failed 500 SERVER Internal Server Error 501 PROTO Not Implemented 502 SERVER Bad Gateway -- cgit v1.1