mirror of
https://github.com/lammertb/libhttp.git
synced 2026-01-03 16:02:30 +03:00
Update repository for Visual Studio 2015 build
This commit is contained in:
@@ -81,7 +81,7 @@ websocket_server_data(struct mg_connection *conn,
|
||||
void *_ignored)
|
||||
#endif
|
||||
{
|
||||
printf("Server: Got %u bytes from the client\n", data_len);
|
||||
printf("Server: Got %lu bytes from the client\n", (unsigned long)data_len);
|
||||
printf("Server received data from client: ");
|
||||
fwrite(data, 1, data_len, stdout);
|
||||
printf("\n");
|
||||
|
||||
Reference in New Issue
Block a user