diff options
| author | 2025-03-20 22:54:56 +0100 | |
|---|---|---|
| committer | 2025-03-20 22:54:56 +0100 | |
| commit | 0aeebc177f7f40cd583c65a085c51a9398995135 (patch) | |
| tree | 7d4c79b675b612ffd16b645f2014dfc9c231c25c /snac.c | |
| parent | Merge remote-tracking branch 'upstream/master' into curl-smtp (diff) | |
| parent | Version 2.74 RELEASED. (diff) | |
| download | snac2-0aeebc177f7f40cd583c65a085c51a9398995135.tar.gz snac2-0aeebc177f7f40cd583c65a085c51a9398995135.tar.xz snac2-0aeebc177f7f40cd583c65a085c51a9398995135.zip | |
Merge tag '2.74' into curl-smtp
Version 2.74 RELEASED.
Diffstat (limited to 'snac.c')
| -rw-r--r-- | snac.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -181,7 +181,7 @@ const char *http_status_text(int status) | |||
| 181 | /* translate status codes to canonical status texts */ | 181 | /* translate status codes to canonical status texts */ |
| 182 | { | 182 | { |
| 183 | switch (status) { | 183 | switch (status) { |
| 184 | case 399: return "Timeout"; | 184 | case 599: return "Timeout"; |
| 185 | #define HTTP_STATUS(code, name, text) case HTTP_STATUS_ ## name: return #text; | 185 | #define HTTP_STATUS(code, name, text) case HTTP_STATUS_ ## name: return #text; |
| 186 | #include "http_codes.h" | 186 | #include "http_codes.h" |
| 187 | #undef HTTP_STATUS | 187 | #undef HTTP_STATUS |