Set flags

Issue #17 resolved
Mihael Schmidt repo owner created an issue

Mongoose uses flags which are stored in the connections data structure to indicate certain conditions of the connections to the server.

F. e. the server doesn't send the user data immediately but waits till the connection flag is set which signals that no more data will be sent.

droplet_http_getFlags

droplet_http_setFlags

droplet_http_addFlag

Comments (2)

  1. Log in to comment