Skip to content

Commit 793531d

Browse files
thibaultchaagentzh
authored andcommitted
doc: removed ngx.re.split() from TODO section since it is already implemented in ngx.re.
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
1 parent 5e59e8c commit 793531d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.markdown

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,6 @@ servers in Lua. For example,
871871
* cosocket: pool-based backend concurrency level control: implement automatic `connect` queueing when the backend concurrency exceeds its connection pool limit.
872872
* cosocket: review and merge aviramc's [patch](https://github.com/openresty/lua-nginx-module/pull/290) for adding the `bsdrecv` method.
873873
* add new API function `ngx.resp.add_header` to emulate the standard `add_header` config directive.
874-
* review and apply Jader H. Silva's patch for `ngx.re.split()`.
875874
* review and apply vadim-pavlov's patch for [ngx.location.capture](#ngxlocationcapture)'s `extra_headers` option
876875
* 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.
877876
* add configure options for different strategies of handling the cosocket connection exceeding in the pools.

doc/HttpLuaModule.wiki

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,6 @@ servers in Lua. For example,
705705
* cosocket: pool-based backend concurrency level control: implement automatic <code>connect</code> queueing when the backend concurrency exceeds its connection pool limit.
706706
* cosocket: review and merge aviramc's [https://github.com/openresty/lua-nginx-module/pull/290 patch] for adding the <code>bsdrecv</code> method.
707707
* add new API function <code>ngx.resp.add_header</code> to emulate the standard <code>add_header</code> config directive.
708-
* review and apply Jader H. Silva's patch for <code>ngx.re.split()</code>.
709708
* review and apply vadim-pavlov's patch for [[#ngx.location.capture|ngx.location.capture]]'s <code>extra_headers</code> option
710709
* 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.
711710
* add configure options for different strategies of handling the cosocket connection exceeding in the pools.

0 commit comments

Comments
 (0)