[gnome-software/wip/temp/ubuntu-xenial-rebased: 68/326] HTTP spec says send Host header but have no content



commit 296a3e187e84596fa50fea665f2e442993f89784
Author: Robert Ancell <robert ancell canonical com>
Date:   Tue Feb 2 14:13:54 2016 +1300

    HTTP spec says send Host header but have no content

 src/plugins/gs-plugin-snappy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-snappy.c b/src/plugins/gs-plugin-snappy.c
index 66f80a3..23a8a16 100644
--- a/src/plugins/gs-plugin-snappy.c
+++ b/src/plugins/gs-plugin-snappy.c
@@ -117,7 +117,7 @@ send_snapd_request (GSocket *socket,
 
        request = g_string_new ("");
        g_string_append_printf (request, "%s %s HTTP/1.1\r\n", method, path);
-       g_string_append (request, "Host: gnome-software\r\n");
+       g_string_append (request, "Host:\r\n");
        if (content)
                g_string_append_printf (request, "Content-Length: %zi\r\n", strlen (content));
        g_string_append (request, "\r\n");


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