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(0x7f2e3ab48ab8, 0x7f2e3ab48b78)]]
bool
MaybeSendBytesFromBuffer();

Return Value

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