diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-12-01 03:19:41 +0000 |
| commit | 2e80774d0b20d167bc0a9e2b63dafbfb171c0d22 (patch) | |
| tree | 25f0138e1af8902b92dacc8cce09b267447c17db /www/bozohttpd/files/patch-bozohttpd.h | |
| parent | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (diff) | |
| parent | 1a30da80670973368b399f2b01fe9c04b91a1273 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/mainlf/main
Diffstat (limited to 'www/bozohttpd/files/patch-bozohttpd.h')
| -rw-r--r-- | www/bozohttpd/files/patch-bozohttpd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/bozohttpd/files/patch-bozohttpd.h b/www/bozohttpd/files/patch-bozohttpd.h index f9d4ccb75867..6bb8356bab47 100644 --- a/www/bozohttpd/files/patch-bozohttpd.h +++ b/www/bozohttpd/files/patch-bozohttpd.h @@ -1,4 +1,4 @@ ---- bozohttpd.h.orig 2021-02-28 05:20:51 UTC +--- bozohttpd.h.orig 2024-02-04 05:55:04 UTC +++ bozohttpd.h @@ -44,8 +44,8 @@ #include <lua.h> @@ -11,12 +11,12 @@ void pfilter_notify(const int, const int); #endif -@@ -129,7 +129,7 @@ typedef struct bozohttpd_t { +@@ -130,7 +130,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 */ + char *ssl_min_proto; /* minimum ssl protocol level */ #ifndef NO_LUA_SUPPORT int process_lua; /* use the Lua handler */ - SIMPLEQ_HEAD(, lua_state_map) lua_states; |
