influxdb/pkg/httpc
Johnny Steenbergen e650c941c7 fix: remove duplicate content types from httpc requests
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
2020-02-11 11:14:44 -08:00
..
body_fns.go feat(httpc): add httpc pkg to resuse code for http client type 2019-12-09 12:17:22 -08:00
client.go fix: remove duplicate content types from httpc requests 2020-02-11 11:14:44 -08:00
client_test.go feat(pkg/httpc): add cookie based authorization (#16802) 2020-02-10 12:37:13 -06:00
options.go feat(pkg/httpc): add cookie based authorization (#16802) 2020-02-10 12:37:13 -06:00
req.go feat(httpc): add httpc pkg to resuse code for http client type 2019-12-09 12:17:22 -08:00