mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 07:43:50 +00:00
IOActive update for size_t vs int for buffer lengths
This commit is contained in:
@@ -194,10 +194,10 @@ ILibWebClient_RequestToken ILibWebClient_PipelineRequestEx(
|
||||
ILibWebClient_RequestManager WebClient,
|
||||
struct sockaddr *RemoteEndpoint,
|
||||
char *headerBuffer,
|
||||
int headerBufferLength,
|
||||
size_t headerBufferLength,
|
||||
int headerBuffer_FREE,
|
||||
char *bodyBuffer,
|
||||
int bodyBufferLength,
|
||||
size_t bodyBufferLength,
|
||||
int bodyBuffer_FREE,
|
||||
ILibWebClient_OnResponse OnResponse,
|
||||
void *user1,
|
||||
|
||||
Reference in New Issue
Block a user