mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
use ssize_t instead of size_t for return values of read/recv/SSL_read
Signed-off-by: Tobias Maier <tobias.maier@netplace.com>
This commit is contained in:
parent
3059263e3f
commit
e8c9b565a4
1 changed files with 1 additions and 1 deletions
|
@ -1448,7 +1448,7 @@ libwebsocket_service_fd(struct libwebsocket_context *context,
|
|||
struct libwebsocket *new_wsi;
|
||||
int n;
|
||||
int m;
|
||||
size_t len;
|
||||
ssize_t len;
|
||||
int accept_fd;
|
||||
unsigned int clilen;
|
||||
struct sockaddr_in cli_addr;
|
||||
|
|
Loading…
Add table
Reference in a new issue