Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Issue 3019010: Fix the failing ChromeFrame BeginningTransaction unit test. The user agent va... (Closed)

Created:
10 years, 5 months ago by ananta
Modified:
9 years, 6 months ago
Reviewers:
stoyan
CC:
chromium-reviews, amit
Visibility:
Public.

Description

Fix the failing ChromeFrame BeginningTransaction unit test. The user agent value in the http headers needs to be terminated with a trailing \r\n\r\n combination instead of a single \r\n value. TBR=stoyan Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52871

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M chrome_frame/http_negotiate.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
ananta
10 years, 5 months ago (2010-07-18 22:35:46 UTC) #1
stoyan
10 years, 5 months ago (2010-07-19 14:47:48 UTC) #2
The user agent value has to be terminated with \r\n. 
Additional \r\n should be placed at the end of all headers - but that has
nothing related with BeginningTransaction.
From what I have seen - MSHTML does not append additional \r\n. See
http://support.microsoft.com/kb/279497 as well for a sample.
Please revert.

Powered by Google App Engine
This is Rietveld 408576698