Deleted Added
full compact
http.errors (225736) http.errors (242289)
1# $FreeBSD: stable/9/lib/libfetch/http.errors 77056 2001-05-23 18:52:02Z des $
1# $FreeBSD: stable/9/lib/libfetch/http.errors 242289 2012-10-29 04:16:52Z eadler $
2#
3# This list is taken from RFC 2068.
4#
5100 OK Continue
6101 OK Switching Protocols
7200 OK OK
8201 OK Created
9202 OK Accepted
10203 INFO Non-Authoritative Information
11204 OK No Content
12205 OK Reset Content
13206 OK Partial Content
14300 MOVED Multiple Choices
15301 MOVED Moved Permanently
16302 MOVED Moved Temporarily
17303 MOVED See Other
18304 OK Not Modified
19305 INFO Use Proxy
20307 MOVED Temporary Redirect
2#
3# This list is taken from RFC 2068.
4#
5100 OK Continue
6101 OK Switching Protocols
7200 OK OK
8201 OK Created
9202 OK Accepted
10203 INFO Non-Authoritative Information
11204 OK No Content
12205 OK Reset Content
13206 OK Partial Content
14300 MOVED Multiple Choices
15301 MOVED Moved Permanently
16302 MOVED Moved Temporarily
17303 MOVED See Other
18304 OK Not Modified
19305 INFO Use Proxy
20307 MOVED Temporary Redirect
21308 MOVED Permanent Redirect
21400 PROTO Bad Request
22401 AUTH Unauthorized
23402 AUTH Payment Required
24403 AUTH Forbidden
25404 UNAVAIL Not Found
26405 PROTO Method Not Allowed
27406 PROTO Not Acceptable
28407 AUTH Proxy Authentication Required

--- 17 unchanged lines hidden ---
22400 PROTO Bad Request
23401 AUTH Unauthorized
24402 AUTH Payment Required
25403 AUTH Forbidden
26404 UNAVAIL Not Found
27405 PROTO Method Not Allowed
28406 PROTO Not Acceptable
29407 AUTH Proxy Authentication Required

--- 17 unchanged lines hidden ---