]> git.sesse.net Git - vlc/blobdiff - include/vlc_httpd.h
Don't claim to support HTTP 1.x where x > 1
[vlc] / include / vlc_httpd.h
index e01e4d1006d0ac3fa4e315cd3e12143bdb2541e6..1fd82248aae1e4e26aac3dfb75f166f18beb45e1 100644 (file)
@@ -67,9 +67,9 @@ struct httpd_message_t
 {
     httpd_client_t *cl; /* NULL if not throught a connection e vlc internal */
 
-    int     i_type;
-    int     i_proto;
-    int     i_version;
+    uint8_t i_type;
+    uint8_t i_proto;
+    uint8_t i_version;
 
     /* for an answer */
     int     i_status;