-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
internal/zstd: configure window size for single segment frames #63224
Conversation
c8b7db0
to
af57e1c
Compare
This PR (HEAD: af57e1c) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531075. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531075. |
Message from Alexander Yastrebov: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531075. |
af57e1c
to
8747174
Compare
This PR (HEAD: 8747174) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531075. Important tips:
|
Message from Ian Lance Taylor: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531075. |
Message from Alexander Yastrebov: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531075. |
Message from Ian Lance Taylor: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531075. |
8747174
to
9881d62
Compare
This PR (HEAD: 9881d62) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531075. Important tips:
|
Message from Alexander Yastrebov: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531075. |
Message from Alexander Yastrebov: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531075. |
Message from Ian Lance Taylor: Patch Set 4: (5 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/531075. |
9881d62
to
1a7e125
Compare
This PR (HEAD: 1a7e125) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531075. Important tips:
|
1a7e125
to
9bafe01
Compare
This PR (HEAD: 9bafe01) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/531075. Important tips:
|
Message from Alexander Yastrebov: Patch Set 6: (5 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/531075. |
Message from Ian Lance Taylor: Patch Set 6: Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/531075. |
Message from Go LUCI: Patch Set 6: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2023-09-27T03:36:24Z","revision":"bd8936ca0b90ff77956beac9669305fb53452669"} Please don’t reply on this GitHub thread. Visit golang.org/cl/531075. |
Message from Ian Lance Taylor: Patch Set 6: -Commit-Queue Please don’t reply on this GitHub thread. Visit golang.org/cl/531075. |
Message from Go LUCI: Patch Set 6: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/531075. |
Message from Go LUCI: Patch Set 6: LUCI-TryBot-Result+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/531075. |
Message from Ian Lance Taylor: Patch Set 6: Auto-Submit+1 Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531075. |
Message from Bryan Mills: Patch Set 6: Code-Review+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/531075. |
Message from Bryan Mills: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531075. |
Set window size to frame content size when single segment flag is set. For #62513 Change-Id: I2a60c33123aca4f6a631e6d625f4582ff31a63cb GitHub-Last-Rev: 9bafe01 GitHub-Pull-Request: #63224 Reviewed-on: https://go-review.googlesource.com/c/go/+/531075 Auto-Submit: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Bryan Mills <[email protected]>
Message from Alexander Yastrebov: Patch Set 6: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/531075. |
This PR is being closed because golang.org/cl/531075 has been merged. |
Set window size to frame content size when single segment flag is set.
For #62513