Imported Upstream version 16.3.2
[platform/upstream/libzypp.git] / zypp / media / UrlResolverPlugin.cc
index c2da3c2..1c6572d 100644 (file)
@@ -68,7 +68,7 @@ namespace zypp
                     std::pair<std::string, std::string> values(*it);
                     // curl resets headers that are empty, so we use a workaround
                     if (values.second.empty()) {
-                        values.second = "\r\nX-libcurl-Empty-Header-Workaround: *";
+                        values.second = "\nX-libcurl-Empty-Header-Workaround: *";
                     }                    
                     headers.insert(values);                    
                 }