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

/dovecot/src/lib-http/
H A Dtest-http-client.c351 struct http_client *http_client1, *http_client2, *http_client3, *http_client4; local
400 http_client2 = http_client_init_shared(http_cctx, NULL);
407 run_tests(http_client2);
413 run_http_get(http_client2, argv[1]);
419 run_http_post(http_client2, argv[1], argv[2]);
433 } else if (http_client_get_pending_request_count(http_client2) > 0) {
448 http_client_deinit(&http_client2);

Completed in 11 milliseconds