grafana/pkg/infra/httpclient
Marcus Efraimsson 3be452f995
DataProxy: Fix issue overriding response body when response status is 101 (#41364)
When a request going through Grafana data source proxy responds with a websocket 
upgrade response we cannot override the response body since it produces an error. 
This problem seems to have been introduced in Grafana v8.0 by #38962. 
In addition #40303 added same problem.

Fixes #41292
2021-11-09 14:33:54 +01:00
..
httpclientprovider DataProxy: Fix issue overriding response body when response status is 101 (#41364) 2021-11-09 14:33:54 +01:00
count_bytes_reader_test.go Datasources: Set response size metric based on actual bytes read (#40303) 2021-10-25 11:49:49 +02:00
count_bytes_reader.go Datasources: Set response size metric based on actual bytes read (#40303) 2021-10-25 11:49:49 +02:00
max_bytes_reader_test.go Datasources: Introduce response_limit for datasource responses (#38962) 2021-09-10 16:51:06 +03:00
max_bytes_reader.go Datasources: Introduce response_limit for datasource responses (#38962) 2021-09-10 16:51:06 +03:00
provider.go Datasource: Shared HTTP client provider for core backend data sources and any data source using the data source proxy (#33439) 2021-05-19 23:53:41 +02:00