Skip to content

Commit f24a96b

Browse files
committed
doc: added two more TODO items.
1 parent cd01e7b commit f24a96b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,8 @@ TODO
899899
* cosocket: add support in the context of [init_by_lua*](#init_by_lua).
900900
* cosocket: implement the `bind()` method for stream-typed cosockets.
901901
* cosocket: pool-based backend concurrency level control: implement automatic `connect` queueing when the backend concurrency exceeds its connection pool limit.
902+
* cosocket: review and merge aviramc's [patch](https://github.com/openresty/lua-nginx-module/pull/290) for adding the `bsdrecv` method.
903+
* add new API function `ngx.resp.add_header` to emulate the standard `add_header` config directive.
902904
* [ngx.re](#ngxrematch) API: use `false` instead of `nil` in the resulting match table to indicate non-existent submatch captures, such that we can avoid "holes" in the array table.
903905
* review and apply Jader H. Silva's patch for `ngx.re.split()`.
904906
* review and apply vadim-pavlov's patch for [ngx.location.capture](#ngxlocationcapture)'s `extra_headers` option

doc/HttpLuaModule.wiki

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ Certain Lua APIs provided by ngx_lua do not work in Nginx's SPDY mode yet: [[#ng
741741
* cosocket: add support in the context of [[#init_by_lua|init_by_lua*]].
742742
* cosocket: implement the <code>bind()</code> method for stream-typed cosockets.
743743
* cosocket: pool-based backend concurrency level control: implement automatic <code>connect</code> queueing when the backend concurrency exceeds its connection pool limit.
744+
* cosocket: review and merge aviramc's [https://github.com/openresty/lua-nginx-module/pull/290 patch] for adding the <code>bsdrecv</code> method.
745+
* add new API function <code>ngx.resp.add_header</code> to emulate the standard <code>add_header</code> config directive.
744746
* [[#ngx.re.match|ngx.re]] API: use <code>false</code> instead of <code>nil</code> in the resulting match table to indicate non-existent submatch captures, such that we can avoid "holes" in the array table.
745747
* review and apply Jader H. Silva's patch for <code>ngx.re.split()</code>.
746748
* review and apply vadim-pavlov's patch for [[#ngx.location.capture|ngx.location.capture]]'s <code>extra_headers</code> option

0 commit comments

Comments
 (0)