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

feat: specify http completion for async queries #632

Closed bednar closed 4 months ago

bednar commented 4 months ago

Closes #566

Proposed Changes

Use HttpCompletionOption.ResponseHeadersRead for async queries for possibility to use large queries then 2GiB. For more info see related issue.

For more info see: https://www.stevejgordon.co.uk/using-httpcompletionoption-responseheadersread-to-improve-httpclient-performance-dotnet

Checklist