snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 985374ab9a1b3fcb5baec6e8511126e59f40a7b6
parent 68d8b8a9196eba5fd71d7be34512c54c6955347e
Author: default <nobody@localhost>
Date:   Tue, 11 Mar 2025 09:50:38 +0100

Fixed typo.

Diffstat:
Msnac.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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