Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
flexisip
Merge requests
!652
Make TlsConnection BIO non-blocking even with TCP only
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Anthony Gauchy
requested to merge
fix/blocking_tls_connection_2_1
into
release/2.1
Mar 07, 2022
Overview
0
Commits
1
Pipelines
1
Changes
3
all basic TlsConnection method are now non-blocking (connection,read, write) in every case.
TlsConnection::readAll method now handle timeout.
cherry-picked from
5e2a53d2