diff options
| author | default <nobody@localhost> | 2025-03-11 09:50:38 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-03-11 09:50:38 +0100 |
| commit | 985374ab9a1b3fcb5baec6e8511126e59f40a7b6 (patch) | |
| tree | 11001d631d1b390ef0ff72f2341625d02cb0a9ec /snac.c | |
| parent | 68d8b8a9196eba5fd71d7be34512c54c6955347e (diff) | |
Fixed typo.
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) /* translate status codes to canonical status texts */ { switch (status) { - case 399: return "Timeout"; + case 599: return "Timeout"; #define HTTP_STATUS(code, name, text) case HTTP_STATUS_ ## name: return #text; #include "http_codes.h" #undef HTTP_STATUS |