| 521 | } |
| 522 | |
| 523 | int ff_http_do_new_request(URLContext *h, const char *uri) { |
| 524 | return ff_http_do_new_request2(h, uri, NULL); |
| 525 | } |
| 526 | |
| 527 | int ff_http_do_new_request2(URLContext *h, const char *uri, AVDictionary **opts) |
| 528 | { |
no test coverage detected