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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -899,6 +899,8 @@ TODO
899
899
* cosocket: add support in the context of [init_by_lua*](#init_by_lua).
900
900
* cosocket: implement the `bind()` method for stream-typed cosockets.
901
901
* 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.
902
904
*[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.
903
905
* review and apply Jader H. Silva's patch for `ngx.re.split()`.
904
906
* review and apply vadim-pavlov's patch for [ngx.location.capture](#ngxlocationcapture)'s `extra_headers` option
Copy file name to clipboardExpand all lines: doc/HttpLuaModule.wiki
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -741,6 +741,8 @@ Certain Lua APIs provided by ngx_lua do not work in Nginx's SPDY mode yet: [[#ng
741
741
* cosocket: add support in the context of [[#init_by_lua|init_by_lua*]].
742
742
* cosocket: implement the <code>bind()</code> method for stream-typed cosockets.
743
743
* 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.
744
746
* [[#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.
745
747
* review and apply Jader H. Silva's patch for <code>ngx.re.split()</code>.
746
748
* review and apply vadim-pavlov's patch for [[#ngx.location.capture|ngx.location.capture]]'s <code>extra_headers</code> option
0 commit comments