Skip to content
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 17 commits into from
Oct 11, 2023
Merged

Conversation

WineChord
Copy link
Contributor

No description provided.

wineguo and others added 15 commits October 11, 2023 15:42
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
Copy link
Contributor

@Leoyoungxh Leoyoungxh left a comment

Choose a reason for hiding this comment

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

LGTM

@WineChord WineChord merged commit fea99e6 into trpc-group:main Oct 11, 2023
4 checks passed
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.

2 participants