[libsoup] Add SOUP_HTTP_2_0



commit 2f8a1da980d09c39fecea954f3acec31dc194c7f
Author: Patrick Griffis <pgriffis igalia com>
Date:   Thu Mar 25 12:52:56 2021 -0500

    Add SOUP_HTTP_2_0
    
    This will be used later with HTTP/2 support

 libsoup/soup-status.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/libsoup/soup-status.h b/libsoup/soup-status.h
index 2defbbe2..b72c140e 100644
--- a/libsoup/soup-status.h
+++ b/libsoup/soup-status.h
@@ -80,7 +80,8 @@ typedef enum {
 
 typedef enum {
         SOUP_HTTP_1_0 = 0, /*< nick=http-1-0 >*/
-        SOUP_HTTP_1_1 = 1  /*< nick=http-1-1 >*/
+        SOUP_HTTP_1_1 = 1, /*< nick=http-1-1 >*/
+        SOUP_HTTP_2_0 = 2  /*< nick=http-2-0 >*/
 } SoupHTTPVersion;
 
 SOUP_AVAILABLE_IN_ALL


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]