You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: