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

QUIC APL: Tick on SSL_read failure in non-blocking mode #21381

Closed
wants to merge 1 commit into from

Conversation

hlandau
Copy link
Member

@hlandau hlandau commented Jul 6, 2023

As discussed, SSL_read in non-blocking mode should tick if we have no data to return.

Fixes #21365.

@hlandau hlandau added branch: master Merge to master branch approval: review pending This pull request needs review by a committer approval: otc review pending This pull request needs review by an OTC member triaged: bug The issue/pr is/fixes a bug labels Jul 6, 2023
@hlandau hlandau self-assigned this Jul 6, 2023
@paulidale paulidale removed the approval: otc review pending This pull request needs review by an OTC member label Jul 7, 2023
@t8m t8m added approval: done This pull request has the required number of approvals tests: exempted The PR is exempt from requirements for testing and removed approval: review pending This pull request needs review by a committer labels Jul 7, 2023
@t8m
Copy link
Member

t8m commented Jul 7, 2023

@hlandau Do we want a testcase that exercises this?

@mattcaswell mattcaswell added tests: deferred Tests will be added in a subsequent PR (label should be removed when the PR with tests is merged) and removed tests: exempted The PR is exempt from requirements for testing labels Jul 7, 2023
@mattcaswell
Copy link
Member

@hlandau Do we want a testcase that exercises this?

I spotted this problem while writing the test in #21367. There's a code comment about it in that test along with a workaround. I'd suggest we merge this as-is, and then I can update #21367 to remove the work around and that should serve as a test.

Changing this to "tests:deferred"

@openssl-machine
Copy link
Collaborator

24 hours has passed since 'approval: done' was set, but as this PR has been updated in that time the label 'approval: ready to merge' is not being automatically set. Please review the updates and set the label manually.

@paulidale
Copy link
Contributor

Merged.

@paulidale paulidale closed this Jul 9, 2023
openssl-machine pushed a commit that referenced this pull request Jul 9, 2023
...

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from #21381)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: done This pull request has the required number of approvals branch: master Merge to master branch tests: deferred Tests will be added in a subsequent PR (label should be removed when the PR with tests is merged) triaged: bug The issue/pr is/fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSL_read with QUIC does not tick the connection
5 participants