summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libsoup/soup-connection-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsoup/soup-connection-manager.c b/libsoup/soup-connection-manager.c
index 981a3d30..e6f7caa7 100644
--- a/libsoup/soup-connection-manager.c
+++ b/libsoup/soup-connection-manager.c
@@ -378,7 +378,7 @@ static SoupConnection *
soup_connection_manager_get_connection_locked (SoupConnectionManager *manager,
SoupMessageQueueItem *item)
{
- static gchar env_force_http1 = -1;
+ static int env_force_http1 = -1;
SoupMessage *msg = item->msg;
gboolean need_new_connection;
SoupConnection *conn;