Bug 41001

Summary: Track state for whether a ResourceRquest is fetched when Alternate-Protocol is available
Product: WebKit Reporter: Lei Zheng <lzheng>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mbelshe, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Initial patch
none
added changelog
none
Remove tabs in change log. none

Description Lei Zheng 2010-06-22 11:07:53 PDT
This is used to measure the effectiveness of SPDY; For http servers, when a server advises that "Alternate-Protocol: 443:npn-spdy/1"
is supported, we would like to measure the request latency when we use the advised SPDY against when we ignore that.
Comment 1 Lei Zheng 2010-06-22 11:13:49 PDT
Created attachment 59394 [details]
Initial patch

This is a fix for the bug.
Comment 2 Lei Zheng 2010-06-22 11:56:21 PDT
Created attachment 59400 [details]
added changelog
Comment 3 WebKit Review Bot 2010-06-22 12:05:12 PDT
Attachment 59400 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebKit/chromium/ChangeLog:6:  Line contains tab character.  [whitespace/tab] [5]
WebKit/chromium/ChangeLog:8:  Line contains tab character.  [whitespace/tab] [5]
WebCore/ChangeLog:6:  Line contains tab character.  [whitespace/tab] [5]
WebCore/ChangeLog:7:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 4 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Lei Zheng 2010-06-22 12:29:30 PDT
Created attachment 59402 [details]
Remove tabs in change log.
Comment 5 Dimitri Glazkov (Google) 2010-06-22 15:13:18 PDT
Comment on attachment 59402 [details]
Remove tabs in change log.

ok. You guys will need a property bag for this soon :)
Comment 6 WebKit Commit Bot 2010-06-25 08:45:51 PDT
Comment on attachment 59402 [details]
Remove tabs in change log.

Clearing flags on attachment: 59402

Committed r61865: <http://trac.webkit.org/changeset/61865>
Comment 7 WebKit Commit Bot 2010-06-25 08:45:56 PDT
All reviewed patches have been landed.  Closing bug.