diff --git a/CHANGELOG.md b/CHANGELOG.md index 945f02714..5b63fca9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## 4.17.0 [unreleased] +### Bug Fixes +1. [#649](https://github.com/influxdata/influxdb-client-csharp/pull/649): Use HttpCompletionOption.ResponseHeadersRead for asynchronous QueryApi + ## 4.16.0 [2024-06-24] ### Features: diff --git a/Client/QueryApi.cs b/Client/QueryApi.cs index 361d10457..34b6a6725 100644 --- a/Client/QueryApi.cs +++ b/Client/QueryApi.cs @@ -792,7 +792,8 @@ private Func, RestRequest> Arguments.CheckNonEmptyString(optionsOrg, OrgArgumentValidation); return advancedResponseWriter => _service - .PostQueryWithRestRequest(null, "application/json", null, optionsOrg, null, query) + .PostQueryWithRestRequest(null, "application/json", null, optionsOrg, null, query, + HttpCompletionOption.ResponseHeadersRead) .AddAdvancedResponseHandler(advancedResponseWriter); } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy