We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec585a7 commit f55212bCopy full SHA for f55212b
1 file changed
src/libs/Anthropic/AnthropicClient.Streaming.cs
@@ -79,7 +79,7 @@ public partial class AnthropicClient
79
80
using var __response = await HttpClient.SendAsync(
81
request: __httpRequest,
82
- completionOption: global::System.Net.Http.HttpCompletionOption.ResponseContentRead,
+ completionOption: global::System.Net.Http.HttpCompletionOption.ResponseHeadersRead,
83
cancellationToken: cancellationToken).ConfigureAwait(false);
84
85
ProcessResponse(
0 commit comments