Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Feb 14, 2025
1 parent fd81882 commit 582ef33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/blob/src/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export const supportsRequestStreams = (() => {

const apiUrl = getApiUrl();

// Localhost generally doesn't work with HTTP 2 so we can stop here
if (apiUrl.startsWith('http://localhost')) {
return false;
}
Expand Down

0 comments on commit 582ef33

Please sign in to comment.