Home
last modified time | relevance | path

Searched refs:connection_close_error (Results 1 – 2 of 2) sorted by relevance

/external/libmicrohttpd/src/microhttpd/
Dconnection.c297 connection_close_error (struct MHD_Connection *connection, in connection_close_error() function
313 #define CONNECTION_CLOSE_ERROR(c, emsg) connection_close_error (c, emsg)
315 #define CONNECTION_CLOSE_ERROR(c, emsg) connection_close_error (c, NULL)
/external/libmicrohttpd/
DChangeLog917 Cleaning up logging code around 'connection_close_error'. -CG