mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-26 04:09:30 +03:00
Hello, in commit 243e8fcd60 (5 Jun 2017),
the definition of MHD_TLS_CONNECTION_INIT was deleted. Please find attached a patch. Regards, maru
This commit is contained in:
@@ -77,8 +77,6 @@ MHD_state_to_string (enum MHD_CONNECTION_STATE state)
|
||||
return "footers sent";
|
||||
case MHD_CONNECTION_CLOSED:
|
||||
return "closed";
|
||||
case MHD_TLS_CONNECTION_INIT:
|
||||
return "secure connection init";
|
||||
default:
|
||||
return "unrecognized connection state";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user