Opened 8 years ago
Closed 8 years ago
#13233 closed bug (fixed)
Some pages on the new site randomly throw a "Bad data" error and fail to load in WebPositive
Reported by: | waddlesplash | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Kits/Network Kit | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Works in other browsers, even on Haiku, so I'm assuming this is a libbnetapi issue.
Nothing in Web+ stdout which gives any hints as to what the issue is.
Change History (4)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
comment:4 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Well the race condition is fixed, so no more visible issues on our side. Closing.
Note:
See TracTickets
for help on using tickets.
netlify is sending us broken HTTP.
On redirects, they set the header:
And the payload is:
Obviously, this is not a valid gzip stream. Hence it is rejected by libnetapi.
You do not see the problem in other browsers because they completely ignore the redirects. But because of a race condition in our webkit network backend, this doesn't quite work for us.
I will fix the race condition, but it would still be nice to remove that header in cases where the content isn't actually gzip'ed.