tarantool / nginx_upstream_module

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

Connection error with HTTP2 or keepalive in POST method #129

Open mlmdevcore opened 5 years ago

mlmdevcore commented 5 years ago

When i used web api request with not closed connection in http2 or keepalive with POST method it will be network error. GET method work good.

dedok commented 4 years ago

Hi,

Please you could add NGINX.conf and Tarantool stored procedure. Also could you say which version of Tarantool is used?

Thanks!

hpvd commented 3 years ago

@Holding1990 could you make it work with HTTP2 or keepalive in POST method?