diff options
Diffstat (limited to 'chrome_frame/http_negotiate.cc')
-rw-r--r-- | chrome_frame/http_negotiate.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/http_negotiate.cc b/chrome_frame/http_negotiate.cc index b39312d..db51fd5 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\r\n"; + new_headers += "\r\n"; return new_headers; } |