diff options
| author | 2024-05-27 23:55:51 +0200 | |
|---|---|---|
| committer | 2024-05-27 23:55:51 +0200 | |
| commit | 25ef07b1ec7576becc02bcfc07706184797fea91 (patch) | |
| tree | 3632cfd87dee1e982bcfe12672122c4351b00b3a /http_codes.h | |
| parent | Merge remote-tracking branch 'origin/master' (diff) | |
| download | penes-snac2-25ef07b1ec7576becc02bcfc07706184797fea91.tar.gz penes-snac2-25ef07b1ec7576becc02bcfc07706184797fea91.tar.xz penes-snac2-25ef07b1ec7576becc02bcfc07706184797fea91.zip | |
More or less smaller fixes :)
Diffstat (limited to 'http_codes.h')
| -rw-r--r-- | http_codes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http_codes.h b/http_codes.h index 795f92a..a1958f1 100644 --- a/http_codes.h +++ b/http_codes.h | |||
| @@ -42,4 +42,4 @@ HTTP_STATUS(502, BAD_GATEWAY, Bad Gateway) | |||
| 42 | HTTP_STATUS(503, SERVICE_UNAVAILABLE, Service Unavailable) | 42 | HTTP_STATUS(503, SERVICE_UNAVAILABLE, Service Unavailable) |
| 43 | HTTP_STATUS(504, GATEWAY_TIMEOUT, Gateway Timeout) | 43 | HTTP_STATUS(504, GATEWAY_TIMEOUT, Gateway Timeout) |
| 44 | HTTP_STATUS(505, HTTP_VERSION_NOT_SUPPORTED, HTTP Version Not Supported) | 44 | HTTP_STATUS(505, HTTP_VERSION_NOT_SUPPORTED, HTTP Version Not Supported) |
| 45 | HTTP_STATUS(507, INSUFFICIENT_STORAGE, Insufficient Storage) \ No newline at end of file | 45 | HTTP_STATUS(507, INSUFFICIENT_STORAGE, Insufficient Storage) |