Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau committed Aug 30, 2023
1 parent 5297b09 commit df3b0c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,7 @@ public async Task PostAsync_ThrowFromContentCopy_RequestFails(bool syncFailure,
return;
}

if (enableWasmStreaming && PlatformDetection.IsBrowser && UseVersion < HttpVersion.Version20)
if (enableWasmStreaming && PlatformDetection.IsBrowser && UseVersion < HttpVersion20.Value)
{
// Browser request streaming is only supported on HTTP/2 or higher
return;
Expand Down

0 comments on commit df3b0c9

Please sign in to comment.