Lines Matching refs:trailers
129 * This function will be called to loop through the trailers buffer
172 struct curl_slist *trailers = NULL;
177 so we compile and store the trailers buffer, then proceed */
179 "Moving trailers state machine from initialized to sending.");
185 trailers_ret_code = data->set.trailer_callback(&trailers,
189 result = Curl_http_compile_trailers(trailers, &data->state.trailers_buf,
199 curl_slist_free_all(trailers);
202 infof(data, "Successfully compiled trailers.");
203 curl_slist_free_all(trailers);
350 infof(data, "Signaling end of chunked upload after trailers.");