[libsoup/carlosgc/thread-safe: 2/2] http2: try starting apache before quart




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]