- WEBSERVER_STATE_OpenRequestedFile, /** Currently opening requested file */\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
+ WEBSERVER_STATE_OpenRequestedFile, /**< Currently opening requested file */\r
+ WEBSERVER_STATE_SendResponseHeader, /**< Currently sending HTTP response headers to the client */\r
+ WEBSERVER_STATE_SendData, /**< Currently sending HTTP page data to the client */\r
+ WEBSERVER_STATE_Closing, /**< Ready to close the connection to the client */\r
+ WEBSERVER_STATE_Closed, /**< Connection closed after all data sent */\r