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

/httpd/modules/http/
H A Dhttp_filters.c645 char *headfield; local
648 headfield = apr_pstrcat(h->pool, fieldname, ": ", fieldval, CRLF, NULL);
649 len = strlen(headfield);
651 ap_xlate_proto_to_ascii(headfield, len);
652 apr_brigade_write(h->bb, NULL, NULL, headfield, len);

Completed in 1641 milliseconds