Searched refs:negotiate (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/mappers/
H A Dmod_negotiation.c612 const char *negotiate = apr_table_get(r->headers_in, "Negotiate"); local
630 if (!negotiate)
633 if (strcmp(negotiate, "trans") == 0) {
634 /* Lynx 2.7 and 2.8 send 'negotiate: trans' even though they
636 * ignore the negotiate header when its contents are exactly "trans".
637 * If future versions of Lynx ever need to say 'negotiate: trans',
638 * they can send the equivalent 'negotiate: trans, trans' instead
649 while ((tok = ap_get_list_item(neg->pool, &negotiate)) != NULL) {
662 * negotiate header.
1143 /* Don't negotiate directorie
[all...]

Completed in 2023 milliseconds