Vas Soshnikov
Vas Soshnikov
Hello, We are using this module on production, and found that if no shared memory segments used, then this modules does not response well: i.e. returns "empty body error", and...
Lua bindings
Issue: #392 Also, when this PR is approved, I'll post some information about this event in lua, luajit, tarantool mailings.
Community suggests add new directive/feature which allow communicate with Tarantool with raw MSGPack. For instance, NginX waits for http header, the application/x-msgpack, and if it matches, then nginx sends raw...
Default should be application/json, and user may wish to rewritten it via nginx.conf by using nginx's add_header etc (default nginx features for rewriting HTTP headers). Also this should be documented...
Yajl use malloc/realloc/free it adds memory fragmentation. This behavior could be avoided by using Nginx alocator functions inside Yajl.
Current master (and upcoming branches) contains change nginx.conf and module communications; these changes can break stream prepared module. And also it has some issues with map {} directive, etc as...
#### Description We are planing to use this module in the production soon. But we also need a Nginx's configuration handler to off and off it for different server blocks...
#### Description Many companies have CI/CD process which runs testing for the build of nginx. It prevents to have unsupported modules (for example: one module can break another module, or...