Hopefully fix bug

This commit is contained in:
2022-11-11 02:18:01 +01:00
parent 5e050512ad
commit 206ae3264d
4 changed files with 54 additions and 57 deletions

View File

@@ -44,4 +44,8 @@ int sock_poll_read(sock *sockets[], sock *readable[], sock *error[], int n_sock,
int sock_poll_write(sock *sockets[], sock *writable[], sock *error[], int n_sock, int *n_writable, int *n_error, int timeout_ms);
long sock_parse_chunk_header(const char *buf, long len, long *ret_len);
long sock_get_chunk_header(sock *s);
#endif //SESIMOS_SOCK_H