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
@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
changed the title
local HTTP proxy missing response content
[research] Prepare example to reproduce local HTTP proxy missing response content
Feb 7, 2023
@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
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:
The text was updated successfully, but these errors were encountered: