|
@@ -59,8 +59,7 @@ enum mg_event {
|
|
|
MG_EVENT_LOG, // Mongoose logs an event, request_info.log_message
|
|
|
MG_INIT_SSL, // Mongoose initializes SSL. Instead of mg_connection *,
|
|
|
// SSL context is passed to the callback function.
|
|
|
- MG_REQUEST_COMPLETE, // Mongoose has finished handling the request
|
|
|
- MG_SHUTDOWN // Called when Mongoose stops, request_info is empty.
|
|
|
+ MG_REQUEST_COMPLETE // Mongoose has finished handling the request
|
|
|
};
|
|
|
|
|
|
// Prototype for the user-defined function. Mongoose calls this function
|