Skip to content

Non-blocking sockets support (TLS, WebSocket)#4774

Merged
obiltschnig merged 11 commits intomainfrom
feat/nonblocking
Nov 16, 2024
Merged

Non-blocking sockets support (TLS, WebSocket)#4774
obiltschnig merged 11 commits intomainfrom
feat/nonblocking

Conversation

@obiltschnig
Copy link
Member

fixes #4773

if (headerLength > 0)
{
char header[MAX_HEADER_LENGTH];
int n = receiveNBytes(header, headerLength);

Check notice

Code scanning / CodeQL

Unused local variable

Variable n is not used.
@obiltschnig obiltschnig merged commit c386bba into main Nov 16, 2024
karthick-palanisamy-t added a commit to shasta-cloud/poco that referenced this pull request Nov 26, 2024
@obiltschnig obiltschnig deleted the feat/nonblocking branch December 1, 2024 09:23
karthick-palanisamy-t added a commit to shasta-cloud/poco that referenced this pull request Jan 3, 2025
Non-blocking sockets support (TLS, WebSocket)
pocoproject#4774

NetSSL_OpenSSL and NetSSL_Win: non-blocking support, shutdown behavior fix
pocoproject#4787

Signed-off-by: Karthick Palanisamy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Non-blocking sockets support (TLS, WebSocket)

1 participant