-
Notifications
You must be signed in to change notification settings - Fork 5
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
cherry pick picks cherries #4
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Squash merge branch 'tls-onrequest' into 'master' Inside the crypto/tls, there is an internal buffer to store data. When the tnet buffer is empty but there is data present in the crypto/tls buffer, the onRequest function does not trigger. In order to ensure that user can read all the data from connection, use a loop in tls onRequest. TAPD: --story=886307227
Squash merge branch 'fix-timer-test' into 'master' timer: fix unit test TAPD: --story=886587517
…merge request !211) Squash merge branch 'v0.0.16-sched-in-wait-inner-loop-global-var' into 'master' poller: add flag to switch on runtime.Gosched after handling events close #6 TAPD: --story=887517909
Squash merge branch 'write-syscall' into 'master' Replace writev rawsyscall to syscall. When a user calls Writev, the business goroutine may directly trigger the writev system call during the flush process, which can potentially block. The use of rawsyscall is not allowed in blocking syscall scenario.
…ge request !213) Squash merge branch 'revert-0040557b' into 'master' This reverts merge request !212 <img width="" src="/uploads/4D3B9583F43441408D5E7BAC702D1CC5/image.png" alt="image.png" /> Temporarily revert !212. Needs further investigation. TAPD: --story=887558867
Leoyoungxh
approved these changes
Oct 11, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.