Welcome! Log In Create A New Profile

Advanced

Nginx chunked response

May 22, 2018 09:22AM
Nginx some times does not serve whole response but only first chunk. We don't see this kind of behaviour all the times. Below our configuration.

http {
include mime.types;
default_type application/octet-stream;
sendfile on;
keepalive_timeout 65;


location "/" {

proxy_connect_timeout 300;
proxy_send_timeout 300;
proxy_read_timeout 300;
send_timeout 300;
}

When i directly invoke target endpoint, its working fine.
Subject Author Posted

Nginx chunked response

satishkori May 22, 2018 09:22AM

Re: Nginx chunked response

Maxim Dounin May 22, 2018 09:54AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 208
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready