mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-25 04:25:59 +03:00
[PR #313] [CLOSED] Sync with v2.12.0 #316
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#316
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/cbeuw/Cloak/pull/313
Author: @notsure2
Created: 7/24/2025
Status: ❌ Closed
Base:
master← Head:sync-with-v2.12.0📝 Commits (10+)
ee5968aFix termination of long downloads after StreamTimeout seconds.3d103e7When timeout no longer needs to be enforced, no need to schedule a broadcast.6285368Respect user choice of ProxyMethod in shadowsocks plugin mode.8df83e6Merge branch 'allow-different-proxy-method-ss' into notsure22a18da0Fix Cloak client. Don't enforce read deadline after first read.8afc931Merge branch 'fix-termination-of-long-downloads' into notsure235e1129Enforce StreamTimeout on the initial bytes sent by localConn only.c874053Merge branch 'fix-termination-of-long-downloads' into notsure2cd20c62Add CdnHttpHost config setting with documentation.cdb7982Merge branch 'add-cdn-http-host-config-setting' into notsure2📊 Changes
13 files changed (+275 additions, -69 deletions)
View changed files
📝
.github/workflows/release.yml(+1 -29)📝
README.md(+15 -0)📝
cmd/ck-client/ck-client.go(+67 -4)📝
internal/client/TLS.go(+1 -1)📝
internal/client/connector.go(+19 -0)📝
internal/client/piper.go(+22 -0)📝
internal/client/state.go(+50 -17)➕
internal/common/platformfd_darwin.go(+8 -0)➕
internal/common/platformfd_linux.go(+8 -0)➕
internal/common/platformfd_windows.go(+10 -0)📝
internal/server/dispatcher.go(+19 -0)📝
internal/server/state.go(+53 -16)📝
release.sh(+2 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.