nammehra

Results 3 comments of nammehra

Hi @pintsized , Below is the code snippet for connect and proxy_response method function **connect**() local httpc = http.new() httpc:set_timeout(70000) local ok, err = httpc:connect(options) if not ok then ngx.exit(ngx.HTTP_SERVICE_UNAVAILABLE);...

@pintsized , We are using chunked transfer encoding to transfer the response. Also when i run in my local it works fine, but we see above issue when the application...

**Response Headers from second nginx server:** { "resp-headers": { "cache-control": "no-cache, no-store, must-revalidate", "connection": "keep-alive", "content-disposition": "attachment;filename=oneninefive.csv", "content-language": "en-US", "content-security-policy": "default-src * 'unsafe-inline' 'unsafe-eval'", "content-type": "application/octet-stream;charset=ISO-8859-1", "expires": "-1", "pragma": "no-cache",...