websSetRequestWritten | GoAhead WebServer API | GoAhead EMF |
Set the number of bytes written to the browser
#include "webs.h" void websSetRequestWritten(webs_t wp, int bytes);
wp | Web server connection handle |
bytes | Number of bytes in page written to the browser |
The websSetRequestWritten procedure defines the number of bytes that have been returned to the browser. This is used just for record keeping by background write handlers including the default handler.
None
websSetRequestWritten(wp, 1024);