Searched refs:remove_connection_specific_headers (Results 1 – 1 of 1) sorted by relevance
130 remove_connection_specific_headers(&mut part.headers)?; in build_headers_frame()153 fn remove_connection_specific_headers(headers: &mut Headers) -> Result<(), HttpError> { in remove_connection_specific_headers() function