Skip to content

Merge branch dev with rel-10.2#25069

Merged
voloagent merged 2 commits into
devfrom
auto-merge/rel-10-2/4420
Mar 11, 2026
Merged

Merge branch dev with rel-10.2#25069
voloagent merged 2 commits into
devfrom
auto-merge/rel-10-2/4420

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR generated automatically to merge dev with rel-10.2. Please review the changed files before merging to prevent any errors that may occur.

maliming and others added 2 commits March 11, 2026 09:42
SetBrowserRequestStreamingEnabled(true) requires HTTP/2, which browsers
only support over TLS (ALPN). When the target API uses plain HTTP,
the browser fails with ERR_ALPN_NEGOTIATION_FAILED on POST/PUT requests.

This change conditionally enables streaming only for HTTPS requests,
preserving the large file upload capability while fixing HTTP-only
development scenarios.
…-http-only

fix: only enable browser request streaming over HTTPS in `AbpBlazorClientHttpMessageHandler`
@voloagent voloagent marked this pull request as ready for review March 11, 2026 13:45
Copilot AI review requested due to automatic review settings March 11, 2026 13:45
@voloagent voloagent merged commit 9d02fc9 into dev Mar 11, 2026
2 checks passed
@voloagent voloagent deleted the auto-merge/rel-10-2/4420 branch March 11, 2026 13:45

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Blazor WebAssembly HTTP message handler to avoid enabling browser request streaming in non-HTTPS scenarios, aligning the handler behavior with environments where streaming may not be supported.

Changes:

  • Conditionally enable SetBrowserRequestStreamingEnabled(true) only when the request URI scheme is HTTPS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants