Setup
browser -> vertx-reverse-proxy -> ngnix web-server
When the browser sends http request "If-None-Match" and "If-Modified-Since" header, ngnix returns 304 with chunked.
Notice the reverse proxy does not end connection.
On the chrome network tab, it shows waiting for server to respond.
Tested it also with curl, the respond is also not ending.
Anything required to configure on the reverse proxy?