EventHttpRequest::sendReplyChunk
Send another data chunk as part of an ongoing chunked reply
Description
public
void EventHttpRequest::sendReplyChunk(
EventBuffer
$buf
)
Parameters
-
buf
-
The data chunk to send as part of the reply.
Return Values
No value is returned.
See Also
-
EventHttpRequest::sendReplyStart
-
EventHttpRequest::sendReplyEnd