From 697e6bea23feca666e06249f21eff49553080099 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Thu, 4 Nov 2021 08:17:08 +0000 Subject: www/bozohttpd: update the port to version 20210227 and unbreak on i386. --- www/bozohttpd/files/patch-bozohttpd.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'www/bozohttpd/files/patch-bozohttpd.h') diff --git a/www/bozohttpd/files/patch-bozohttpd.h b/www/bozohttpd/files/patch-bozohttpd.h index cd728903cfd3..f9d4ccb75867 100644 --- a/www/bozohttpd/files/patch-bozohttpd.h +++ b/www/bozohttpd/files/patch-bozohttpd.h @@ -1,4 +1,4 @@ ---- bozohttpd.h.orig 2021-02-13 19:42:32 UTC +--- bozohttpd.h.orig 2021-02-28 05:20:51 UTC +++ bozohttpd.h @@ -44,8 +44,8 @@ #include @@ -11,3 +11,12 @@ void pfilter_notify(const int, const int); #endif +@@ -129,7 +129,7 @@ typedef struct bozohttpd_t { + unsigned ssl_timeout; /* ssl timeout */ + unsigned initial_timeout;/* first line timeout */ + unsigned header_timeout; /* header lines timeout */ +- unsigned request_timeout;/* total session timeout */ ++ int request_timeout;/* total session timeout */ + #ifndef NO_LUA_SUPPORT + int process_lua; /* use the Lua handler */ + SIMPLEQ_HEAD(, lua_state_map) lua_states; -- cgit v1.2.3