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

fix: remove duplicate content types from httpc requests #16822

Merged
merged 1 commit into from
Feb 11, 2020

Conversation

jsteenb2
Copy link
Contributor

@jsteenb2 jsteenb2 commented Feb 11, 2020

2 issues from investigating this error. First is the status check func
did not identify it was a media unsupported issue adn tries to unmarshal
the empty response body. The 2nd, was the double content type headers were
causing an error. Locally this error does not surface, cannot repoduce on
macos, but in cloud it is persistent.

closes: #16819

2 issues from investigating this error. First is the status check func
did not identify it was a media unsupported issue adn tries to unmarshal
the empty response body. The 2nd, was the double content type headers were
causing an error. Locally this error does not surface, cannot repoduce on
macos, but in cloud it is persistent.

closes: #16819
@jsteenb2 jsteenb2 force-pushed the 16819/pkger_export_issue branch from 2a156ab to 9c67302 Compare February 11, 2020 18:58
@jsteenb2 jsteenb2 requested a review from a team February 11, 2020 18:59
@jsteenb2 jsteenb2 merged commit e650c94 into master Feb 11, 2020
@jsteenb2 jsteenb2 deleted the 16819/pkger_export_issue branch February 11, 2020 19:14
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

Successfully merging this pull request may close these issues.

Unable to influx pkg export with InfluxDB Cloud 2.0 (AWS US West 2)
2 participants