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.
2 parents 122a175 + 4cc8d43 commit 5a30669Copy full SHA for 5a30669
Deepgram/Abstractions/v1/Utilities.cs
@@ -40,7 +40,6 @@ internal static HttpContent CreateStreamPayload(Stream body)
40
{
41
body.Seek(0, SeekOrigin.Begin);
42
HttpContent httpContent = new StreamContent(body);
43
- httpContent.Headers.Add("Content-Length", body.Length.ToString());
44
return httpContent;
45
}
46
Deepgram/Abstractions/v2/Utilities.cs
0 commit comments