influxdata / influxdb-client-csharp

InfluxDB 2.x C# Client
https://influxdata.github.io/influxdb-client-csharp/api/InfluxDB.Client.html
MIT License
355 stars 95 forks source link

fix: async queries also uses `HttpCompletionOption.ResponseHeadersRead` #649

Closed bednar closed 1 month ago

bednar commented 1 month ago

Related to https://github.com/influxdata/influxdb-client-csharp/pull/632#discussion_r1685853040

Proposed Changes

Use HttpCompletionOption.ResponseHeadersRead also for async queries for possibility to use large queries then 2GiB.

Checklist