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

Sometimes you get Content-Type: application/x-gzip instead of a chart #242

Open
grzkv opened this issue Mar 3, 2020 · 1 comment
Open

Comments

@grzkv
Copy link
Member

grzkv commented Mar 3, 2020

Here's a weird behavior that @grzkv was able to reproduce:

  • when I request the linear regression of hourly 75%iles of actions from my service, it sends me response with Content-Type: application/x-gzip and my browser tries to download the response body to disk
  • if i change 75 to 99 (to get 99%ile) but otherwise the same expression, it sends me Content-Type: image/png

Expected behavior: the service should behave consistently. In this case, both should render a chart in my browser (png or otherwise).

@faceair
Copy link
Contributor

faceair commented Mar 8, 2020

Are you using Firefox? May be related to browser compatibility, chrome is ok.

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