clickhouse-go icon indicating copy to clipboard operation
clickhouse-go copied to clipboard

HTTP Implement Progress Headers

Open gingerwizard opened this issue 3 years ago • 1 comments

We don't support in http - its supported via headers and useful

gingerwizard avatar Jul 29 '22 16:07 gingerwizard

This needs a custom http client - the standard HTTP client waits until all headers are read, before returning the response. I think DialContext should give us the hook we need.

gingerwizard avatar Aug 01 '22 08:08 gingerwizard