summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/http.errors
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-05-23 18:52:02 +0000
committerdes <des@FreeBSD.org>2001-05-23 18:52:02 +0000
commit9af44bee1539aa087d7a213d13ab2ee7dbba1ace (patch)
treee77a764e169dda6948d81e216ece66171005fd9f /lib/libfetch/http.errors
parent60e5f6597e83b976d164bebd40d3bb7280959471 (diff)
downloadFreeBSD-src-9af44bee1539aa087d7a213d13ab2ee7dbba1ace.zip
FreeBSD-src-9af44bee1539aa087d7a213d13ab2ee7dbba1ace.tar.gz
Add some error codes that were added in RFC2616.
Diffstat (limited to 'lib/libfetch/http.errors')
-rw-r--r--lib/libfetch/http.errors3
1 files changed, 3 insertions, 0 deletions
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
OpenPOWER on IntegriCloud