Dmitry Volyntsev
Dmitry Volyntsev
@idavollen Can you share your nginx.conf, `nginx -V` and njs version please? I use nginx/1.17.0 and njs 0.3.8. Cannot reproduce it.
@idavollen You mean inside "/_oauth2_send_introspection_request" location, right? `proxy_request_buffering` is `on` by default, did you have `proxy_request_buffering off` inherited from http or server level?
@idavollen Thanks for response. Can you verify it again, please (by commenting out `proxy_request_buffering on`)? The reason I am asking is that [proxy_request_buffering is on by default](https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_request_buffering).
Hi @lancedockins, > allow specific phase declaration please, note that nginx documentation intentionally eschews any phases mentioning (only a devguide mentions it, which is a technical document). So, there is...
> Fixed callback invocations in "fs" module. Fixes #200. https://gist.github.com/drsm/3f4567cacbc0f088862b04a0b5d5d7f2 (Ready) Thanks, committed with some improvements: https://github.com/nginx/njs/commit/cd10a4b329a6612782335acd5a954a408897df25.
@drsm > isn't it broken by design? Looks promising. Have no issues with the design.
@drsm I am on large (Array objects) refactoring now. I plan to merge the patch this or next week.
@drsm > Introduced fs.promises API. / Introduced fs.access and friends. > https://gist.github.com/drsm/d950402101765c7395c36cb4051576ba (Ready) Thanks, committed (https://github.com/nginx/njs/commit/096f5aaee1897bdfc8551f92e56df8e871cd37ff, https://github.com/nginx/njs/commit/d71a881ce5bf16254d0f5a5638719e0db546d2be) with some refactoring included.
@drsm >Added fs.symlink(), fs.unlink(), fs.realpath() and friends. > https://gist.github.com/drsm/3d0402f41dc332b3c87bbe5dfcb7892e Thanks, committed with the following [patch over](https://gist.github.com/xeioex/3360d66543dc5c9884517cc97aa94c74) .
@drsm Thanks Artem. Will take a look at the end of the week.