Skip to content

rcbridge: Disable HTTP/2 - #327

Merged
chenxiaolong merged 1 commit into
masterfrom
disable-http2
Aug 17, 2026
Merged

rcbridge: Disable HTTP/2#327
chenxiaolong merged 1 commit into
masterfrom
disable-http2

Conversation

@chenxiaolong

@chenxiaolong chenxiaolong commented Aug 17, 2026

Copy link
Copy Markdown
Owner

Equivalent to rclone's --disable-http2 global option. There are unfixed issues with golang's HTTP client that result in low throughput. For now, HTTP/2 will just be disabled without any configuration option to reenable it since it does not provide much benefit for RSAF's use case anyway.

Upstream: rclone/rclone#8379
Fixes: #326

@chenxiaolong chenxiaolong self-assigned this Aug 17, 2026
Equivalent to rclone's --disable-http2 global option. There are unfixed
issues with golang's HTTP client that result in low throughput. For
now, HTTP/2 will just be disabled without any configuration option to
reenable it since it does not provide much benefit for RSAF's use case
anyway.

Upstream: rclone/rclone#8379
Fixes: #326

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
@chenxiaolong
chenxiaolong merged commit 8f791f3 into master Aug 17, 2026
1 check passed
chenxiaolong added a commit that referenced this pull request Aug 17, 2026
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
@chenxiaolong
chenxiaolong deleted the disable-http2 branch August 17, 2026 23:43
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.

Allow disabling HTTP/2

1 participant