git-lfs/httputil
David Pursehouse 68c0e18d05 Add HTTP 507 (Insufficient Storage) to the list of optional statuses (#1473)
* Add HTTP 507 (Insufficient Storage) to the list of optional statuses

Mention that the server implementation may optionally return status
code 507.

This does not add any specific handling of 507 in either the client or
the test server implementation. If a server returns this status code,
it will be handled by the client as a generic "Server Error".

See #1327 and #1438.

Change-Id: I2de691bb57b3ef44288b91b79226695f768ec44e
Signed-off-by: David Pursehouse <dpursehouse@collab.net>

* Add default error messages for 427, 507 and 509 responses

Change-Id: Ia42731e35f2aa7b918de3d0412205700df968d95
Signed-off-by: David Pursehouse <dpursehouse@collab.net>
2016-08-22 10:37:04 -06:00
..
certs_darwin.go vendor: vendor dependencies in vendor/ using Glide 2016-05-23 12:10:35 -06:00
certs_freebsd.go Major refactor to pull things into config, httputil, tools 2016-05-13 17:38:06 +01:00
certs_linux.go Major refactor to pull things into config, httputil, tools 2016-05-13 17:38:06 +01:00
certs_openbsd.go Unbreak building httputil on OpenBSD 2016-07-11 19:32:56 +02:00
certs_test.go httputil: enforce config immutability 2016-08-09 10:57:58 -06:00
certs_windows.go Major refactor to pull things into config, httputil, tools 2016-05-13 17:38:06 +01:00
certs.go fix merge conflicts 2016-08-16 11:20:15 -06:00
http.go replace .GitConfig* with .Git.* 2016-08-15 15:43:38 -06:00
ntlm_test.go replace config.Config references in httputil 2016-07-21 18:07:23 -06:00
ntlm.go replace config.Config references in httputil 2016-07-21 18:07:23 -06:00
proxy_test.go config,etc: rename EnvFetcher, config.Env to OsFetcher, config.Os 2016-08-04 14:41:04 -06:00
proxy.go fix merge conflicts 2016-08-16 11:20:15 -06:00
request_error_test.go Add HTTP 507 (Insufficient Storage) to the list of optional statuses (#1473) 2016-08-22 10:37:04 -06:00
request_test.go more fixes 2016-07-21 11:07:46 -06:00
request.go api,auth,errors,httputil,lfs,transfer: wrap errors 2016-08-18 15:02:21 -06:00
response.go Add HTTP 507 (Insufficient Storage) to the list of optional statuses (#1473) 2016-08-22 10:37:04 -06:00