[#HTTPRemoteClient-MaybeSendBytesFromBuffer] = xref:HTTPRemoteClient.adoc[HTTPRemoteClient]::MaybeSendBytesFromBuffer :relfileprefix: ../ :mrdocs: Push data (if there is any) from client's m_send_buffer to the connected socket. == Synopsis Declared in `<httpserver.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[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. [.small]#Created with https://www.mrdocs.com[MrDocs]#