Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/microhttpd/
Dconnection.c656 const char *have_encoding; local
748 have_encoding = MHD_get_response_header (connection->response,
750 if (NULL == have_encoding)
755 else if (MHD_str_equal_caseless_(have_encoding, "identity"))