Skip to content

Reverse Proxy not ending connection when downstream ngnix return 304 #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
DicksengA opened this issue Mar 24, 2025 · 2 comments
Open
Assignees
Labels
bug Something isn't working
Milestone

Comments

@DicksengA
Copy link

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?

@DicksengA DicksengA added the bug Something isn't working label Mar 24, 2025
@tsegismont tsegismont self-assigned this Mar 24, 2025
@tsegismont tsegismont added this to the 4.5.14 milestone Mar 24, 2025
@tsegismont
Copy link
Contributor

@DicksengA I guess you mean the proxy does not send the browser a response right? Can you clarify?

@DicksengA
Copy link
Author

@tsegismont Yes you are right.

@vietj vietj modified the milestones: 4.5.14, 4.5.15 Apr 3, 2025
@vietj vietj modified the milestones: 4.5.15, 4.5.16 May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants