[libsoup/carlosgc/thread-safe: 2/2] http2: try starting apache before quart
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup/carlosgc/thread-safe: 2/2] http2: try starting apache before quart
- Date: Tue, 3 May 2022 10:24:14 +0000 (UTC)
commit 4e5e84233a4fb4e67d87323586da0ffe8ee6d93b
Author: Carlos Garcia Campos <cgarcia igalia com>
Date: Tue May 3 12:23:46 2022 +0200
http2: try starting apache before quart
tests/http2-test.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/http2-test.c b/tests/http2-test.c
index 689fa2f5..e05de5d8 100644
--- a/tests/http2-test.c
+++ b/tests/http2-test.c
@@ -1053,13 +1053,13 @@ main (int argc, char **argv)
test_init (argc, argv, NULL);
+ apache_init ();
+
if (!quart_init ()) {
test_cleanup ();
return 1;
}
- apache_init ();
-
g_test_add ("/http2/basic/async", Test, NULL,
setup_session,
do_basic_async_test,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]