- WEBSERVER_STATE_SendHeaders,\r
- WEBSERVER_STATE_SendData,\r
- WEBSERVER_STATE_Closed,\r
+ WEBSERVER_STATE_SendHeaders, /**< Currently sending HTTP headers to the client */\r
+ WEBSERVER_STATE_SendData, /**< Currently sending HTTP page data to the client */\r
+ WEBSERVER_STATE_Closed, /**< Connection closed after all data sent */\r