mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
ChangeLog: http://nginx.org/en/CHANGES-1.12 Also, remove third-party modules: o) udplog o) statsd Upgrade third-party modules: o) lua to 0.10.8 o) upstream_fair to b5be36f (upstream has been changed) Please see this comment in case of the production use of the lua module: https://github.com/openresty/lua-nginx-module/pull/1017#issuecomment-294076002 Patches obtained from: o)0459a285ca
o)d19df15904
15 lines
690 B
C
15 lines
690 B
C
--- ../lua-nginx-module-0.10.8/src/ngx_http_lua_common.h.orig 2017-04-15 10:55:20.591680000 -0400
|
|
+++ ../lua-nginx-module-0.10.8/src/ngx_http_lua_common.h 2017-04-15 10:55:50.449108000 -0400
|
|
@@ -199,6 +199,12 @@
|
|
of reqeusts */
|
|
ngx_uint_t malloc_trim_req_count;
|
|
|
|
+#if nginx_version >= 1011011
|
|
+ /* the following 2 fields are only used by ngx.req.raw_headers() for now */
|
|
+ ngx_buf_t **busy_buf_ptrs;
|
|
+ ngx_int_t busy_buf_ptr_count;
|
|
+#endif
|
|
+
|
|
unsigned requires_header_filter:1;
|
|
unsigned requires_body_filter:1;
|
|
unsigned requires_capture_filter:1;
|