Skip to content
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

[research] Prepare example to reproduce local HTTP proxy missing response content #1092

Open
1 task
shadeofblue opened this issue Jan 25, 2023 · 3 comments
Open
1 task

Comments

@shadeofblue
Copy link
Collaborator

shadeofblue commented Jan 25, 2023

While working on the GasTracker app, it was found out that sometimes, the returned API responses were incomplete.

The route was:

browser -> nginx on the front-end -> back-end

The content was okay when the browser accessed the back-end directly.

The suggestion is that the particulars of the nginx configuration on the front-end node (chunked encoding?) caused some trouble.

Todo:

  • Try to come up with minimal reproduction of the issue (based on the GasTracker)
@shadeofblue
Copy link
Collaborator Author

while working on the GasTracker app, it was found out that sometimes, the returned API responses were incomplete...

the route was:

browser -> nginx on the front-end -> back-end

the content was okay when the browser accessed the back-end directly

the suggestion is that the particulars of the nginx configuration on the front-end node (chunked encoding?) caused some trouble

  • try to come up with reproduction of the issue (based on the GasTracker)
  • provide a fix for the issue

@VanDavv
Copy link
Contributor

VanDavv commented Jan 30, 2023

@shadeofblue please provide a context for what it means the response were incomplete - whether it had it's content stripped, invalid response returned, request failed with status code 4xx or 5xx or we just saw the page is not responding

@approxit approxit changed the title local HTTP proxy missing response content [research] Prepare example to reproduce local HTTP proxy missing response content Feb 7, 2023
@shadeofblue
Copy link
Collaborator Author

@VanDavv unfortunately, I'm unsure now what the exact status was -> I believe the browser was just waiting for the full response indefinitely but don't remember now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants