HomeSort by relevance Sort by last modified time
    Searched full:have_encoding (Results 1 - 1 of 1) sorted by null

  /external/libmicrohttpd/src/microhttpd/
connection.c 656 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"))
    [all...]

Completed in 1700 milliseconds