mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
Aug_23_2023-Dev
This commit is contained in:
@@ -94,7 +94,7 @@ public:
|
||||
|
||||
int res = send(socket_int, data.data() + bytes_sent, data.size() - bytes_sent, MSG_NOSIGNAL);
|
||||
if (res <= 0) {
|
||||
dbgWarning(D_SOCKET) << "Failed to send data";
|
||||
dbgWarning(D_SOCKET) << "Failed to send data, Error: " << strerror(errno);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user