HTTPRemoteClient::MaybeSendBytesFromBuffer

Push data (if there is any) from client's m_send_buffer to the connected socket.

Synopsis

Declared in <httpserver.h>

[[requires_capability(0x7ff38d70c7c8, 0x7ff38d70c888)]]
bool
MaybeSendBytesFromBuffer();

Return Value

false if we are done with this client and HTTPServer can skip the next read operation from it.