tarantool / nginx_upstream_module

Tarantool NginX upstream module (REST, JSON API, websockets, load balancing)
Other
174 stars 18 forks source link

Possible memory corrupt if nginx has parallel too large requests (client_body_buffer_size) #69

Closed dedok closed 7 years ago

dedok commented 7 years ago

This issue It needs to be investigated. (each request has size around 52kb)

dedok commented 7 years ago

Not a bug, it was a error message: { 'error': { 'message': "Request too large, consider increasing your server's setting 'client_body_buffer_size'", 'code': -32001 } }

explosivebit commented 7 years ago

Ok, thank you!