influxdb/pkg
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
..
binaryutil Initial import pkg package 2018-10-01 12:03:20 +01:00
bloom chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
bytesutil chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
data/gen feat(gen): Add Copy(tsdb.<type>Array) method to Values 2019-08-16 10:33:41 -07:00
encoding/simple8b fix(storage): simple8b passes checkptr (#15512) (#16719) 2020-02-04 10:57:43 -08:00
escape chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
estimator Fix typos in miscellaneous packages 2019-04-17 13:30:22 -07:00
fs test(fs_test): update readability of fs API tests 2019-07-25 10:09:52 -07:00
httpc fix: remove duplicate content types from httpc requests 2020-02-11 11:14:44 -08:00
jsonnet feat(pkger): add jsonnet support for package files 2020-01-13 09:55:08 -08:00
jsonparser chore(vendor): Add jsonparser dependency for filter predicates 2019-11-22 10:34:20 -07:00
lifecycle tsi1: partition close deadlock 2019-04-22 09:06:32 -06:00
limiter fix(storage): guard against compaction burst throughput limit (#14985) (#15101) 2019-09-11 07:46:33 -07:00
metrics chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
mmap chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
pointer Fix typos in miscellaneous packages 2019-04-17 13:30:22 -07:00
pool chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
rhh perf(storage): memoize hashmap prom labels 2019-08-13 11:28:51 +01:00
slices chore: rename imports from platform to influxdb 2019-01-09 20:51:47 -08:00
snowflake Initial import pkg package 2018-10-01 12:03:20 +01:00
testing/assert chore(gen): Add ingen generator data structures to platform for reuse 2018-12-11 17:45:57 -07:00
testttp fix(CORS): accept OPTIONS preflight request with Origin header 2020-02-06 20:28:29 +01:00