| 323 | } |
| 324 | |
| 325 | static struct curl_slist *object_request_headers(void) |
| 326 | { |
| 327 | return curl_slist_append(http_copy_default_headers(), "Pragma:"); |
| 328 | } |
| 329 | |
| 330 | static void closedown_active_slot(struct active_request_slot *slot) |
| 331 | { |
no test coverage detected