From 985374ab9a1b3fcb5baec6e8511126e59f40a7b6 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 11 Mar 2025 09:50:38 +0100 Subject: Fixed typo. --- snac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snac.c') diff --git a/snac.c b/snac.c index 4e5aaba..0a1c9cf 100644 --- a/snac.c +++ b/snac.c @@ -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 -- cgit v1.2.3