summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome_frame/http_negotiate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/http_negotiate.cc b/chrome_frame/http_negotiate.cc
index db51fd5..b39312d 100644
--- a/chrome_frame/http_negotiate.cc
+++ b/chrome_frame/http_negotiate.cc
@@ -140,7 +140,7 @@ std::string AppendCFUserAgentString(LPCWSTR headers,
}
new_headers += "User-Agent: " + user_agent_value;
- new_headers += "\r\n";
+ new_headers += "\r\n\r\n";
return new_headers;
}