diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-11-04 08:17:08 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-11-04 08:17:09 +0000 |
commit | 697e6bea23feca666e06249f21eff49553080099 (patch) | |
tree | 2f961be4e5389f06b1c2cd7b8ccdf243f23d07c3 /www/bozohttpd/files/patch-bozohttpd.h | |
parent | sysutils/rshim-user-space: Update to version 2.0.6-2 (diff) |
www/bozohttpd: update the port to version 20210227 and unbreak on i386.
Diffstat (limited to 'www/bozohttpd/files/patch-bozohttpd.h')
-rw-r--r-- | www/bozohttpd/files/patch-bozohttpd.h | 11 |
1 files changed, 10 insertions, 1 deletions
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 <lua.h> @@ -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; |