Skip to content
Snippets Groups Projects
Commit 31178f4d authored by Sergey Lyubka's avatar Sergey Lyubka
Browse files

Typo fixed in the comment

parent 7a548549
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ struct mg_connection { ...@@ -51,7 +51,7 @@ struct mg_connection {
int is_websocket; // Connection is a websocket connection int is_websocket; // Connection is a websocket connection
int status_code; // HTTP status code for HTTP error handler int status_code; // HTTP status code for HTTP error handler
int wsbits; // First byte of the websocket frame int wsbits; // First byte of the websocket frame
void *server_param; // Parameter passed to mg_add_uri_handler() void *server_param; // Parameter passed to mg_create_server()
void *connection_param; // Placeholder for connection-specific data void *connection_param; // Placeholder for connection-specific data
void *callback_param; void *callback_param;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment