You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+3-17Lines changed: 3 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -973,7 +973,7 @@ TODO
973
973
* cosocket: review and merge aviramc's [patch](https://github.com/openresty/lua-nginx-module/pull/290) for adding the `bsdrecv` method.
974
974
* cosocket: add configure options for different strategies of handling the cosocket connection exceeding in the pools.
975
975
* review and apply vadim-pavlov's patch for [ngx.location.capture](#ngxlocationcapture)'s `extra_headers` option
976
-
* use `ngx_hash_t` to optimize the built-in header look-up process for [ngx.req.set_header](#ngxreqset_header), [ngx.header.HEADER](#ngxheaderheader), and etc.
976
+
* use `ngx_hash_t` to optimize the built-in header look-up process for [ngx.req.set_header](#ngxreqset_header), and etc.
977
977
* add `ignore_resp_headers`, `ignore_resp_body`, and `ignore_resp` options to [ngx.location.capture](#ngxlocationcapture) and [ngx.location.capture_multi](#ngxlocationcapture_multi) methods, to allow micro performance tuning on the user side.
978
978
* add automatic Lua code time slicing support by yielding and resuming the Lua VM actively via Lua's debug hooks.
979
979
* add `stat` mode similar to [mod_lua](https://httpd.apache.org/docs/trunk/mod/mod_lua.html).
@@ -2741,14 +2741,7 @@ packages](https://openresty.org/en/linux-packages.html) for
2741
2741
[OpenResty](https://openresty.org/) 1.21.4.1 or later, then everything should
2742
2742
work out of the box.
2743
2743
2744
-
If you are not using one of the [OpenSSL
2745
-
packages](https://openresty.org/en/linux-packages.html) provided by
2746
-
[OpenResty](https://openresty.org), you will need to apply patches to OpenSSL
2747
-
in order to use this directive:
2748
-
2749
-
<https://openresty.org/en/openssl-patches.html>
2750
-
2751
-
Similarly, if you are not using the Nginx core shipped with
2744
+
If you are not using the Nginx core shipped with
2752
2745
[OpenResty](https://openresty.org) 1.21.4.1 or later, you will need to apply
2753
2746
patches to the standard Nginx core:
2754
2747
@@ -2858,14 +2851,7 @@ packages](https://openresty.org/en/linux-packages.html) for
2858
2851
[OpenResty](https://openresty.org/) 1.9.7.2 or later, then everything should
2859
2852
work out of the box.
2860
2853
2861
-
If you are not using one of the [OpenSSL
2862
-
packages](https://openresty.org/en/linux-packages.html) provided by
2863
-
[OpenResty](https://openresty.org), you will need to apply patches to OpenSSL
2864
-
in order to use this directive:
2865
-
2866
-
<https://openresty.org/en/openssl-patches.html>
2867
-
2868
-
Similarly, if you are not using the Nginx core shipped with
2854
+
If you are not using the Nginx core shipped with
2869
2855
[OpenResty](https://openresty.org) 1.9.7.2 or later, you will need to apply
Copy file name to clipboardExpand all lines: doc/HttpLuaModule.wiki
+3-17Lines changed: 3 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -808,7 +808,7 @@ phases.
808
808
* cosocket: review and merge aviramc's [https://github.com/openresty/lua-nginx-module/pull/290 patch] for adding the <code>bsdrecv</code> method.
809
809
* cosocket: add configure options for different strategies of handling the cosocket connection exceeding in the pools.
810
810
* review and apply vadim-pavlov's patch for [[#ngx.location.capture|ngx.location.capture]]'s <code>extra_headers</code> option
811
-
* use <code>ngx_hash_t</code> to optimize the built-in header look-up process for [[#ngx.req.set_header|ngx.req.set_header]], [[#ngx.header.HEADER|ngx.header.HEADER]], and etc.
811
+
* use <code>ngx_hash_t</code> to optimize the built-in header look-up process for [[#ngx.req.set_header|ngx.req.set_header]], and etc.
812
812
* add <code>ignore_resp_headers</code>, <code>ignore_resp_body</code>, and <code>ignore_resp</code> options to [[#ngx.location.capture|ngx.location.capture]] and [[#ngx.location.capture_multi|ngx.location.capture_multi]] methods, to allow micro performance tuning on the user side.
813
813
* add automatic Lua code time slicing support by yielding and resuming the Lua VM actively via Lua's debug hooks.
814
814
* add <code>stat</code> mode similar to [https://httpd.apache.org/docs/trunk/mod/mod_lua.html mod_lua].
@@ -2404,14 +2404,7 @@ packages](https://openresty.org/en/linux-packages.html) for
2404
2404
[OpenResty](https://openresty.org/) 1.21.4.1 or later, then everything should
2405
2405
work out of the box.
2406
2406
2407
-
If you are not using one of the [OpenSSL
2408
-
packages](https://openresty.org/en/linux-packages.html) provided by
2409
-
[OpenResty](https://openresty.org), you will need to apply patches to OpenSSL
2410
-
in order to use this directive:
2411
-
2412
-
https://openresty.org/en/openssl-patches.html
2413
-
2414
-
Similarly, if you are not using the Nginx core shipped with
2407
+
If you are not using the Nginx core shipped with
2415
2408
[OpenResty](https://openresty.org) 1.21.4.1 or later, you will need to apply
2416
2409
patches to the standard Nginx core:
2417
2410
@@ -2514,14 +2507,7 @@ packages](https://openresty.org/en/linux-packages.html) for
2514
2507
[OpenResty](https://openresty.org/) 1.9.7.2 or later, then everything should
2515
2508
work out of the box.
2516
2509
2517
-
If you are not using one of the [OpenSSL
2518
-
packages](https://openresty.org/en/linux-packages.html) provided by
2519
-
[OpenResty](https://openresty.org), you will need to apply patches to OpenSSL
2520
-
in order to use this directive:
2521
-
2522
-
https://openresty.org/en/openssl-patches.html
2523
-
2524
-
Similarly, if you are not using the Nginx core shipped with
2510
+
If you are not using the Nginx core shipped with
2525
2511
[OpenResty](https://openresty.org) 1.9.7.2 or later, you will need to apply
0 commit comments