Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,6 @@ public async Task<HttpResponseMessage> SendAsync(CancellationToken cancellationT

try
{
// Works around linker issue where it tries to eliminate QuicStreamAbortedException
// https://github.com/dotnet/runtime/issues/57010
#if TARGET_MOBILE
if (string.Empty.Length > 0)
throw new QuicStreamAbortedException("", 0);
#endif

BufferHeaders(_request);

// If using Expect 100 Continue, setup a TCS to wait to send content until we get a response.
Expand Down