[Webkit-unassigned] [Bug 57116] New: Web Inspector: Generate HAR missing httpVersion in Response.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 25 12:35:20 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=57116

           Summary: Web Inspector:  Generate HAR missing httpVersion in
                    Response.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: lsong at google.com
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


See the spec:
http://www.softwareishard.com/blog/har-12-spec/#response


I have simple page and the generated HAR for that page (with real URL replaced by foo.com).

{"log":{"version":"1.2","creator":{"name":"WebInspector","version":"534.16"},"pages":[{"startedDateTime":"2011-03-25T19:20:53.020Z","id":"http://foo.com/","title":"","pageTimings":{"onContentLoad":274,"onLoad":274}}],"entries":[{"pageref":"http://foo.com/","startedDateTime":"2011-03-25T19:20:53.020Z","time":272,"request":{"method":"GET","url":"http://foo.com/","headers":[{"name":"Accept-Encoding","value":"gzip,deflate,sdch"},{"name":"Accept-Language","value":"en-US,en;q=0.8"},{"name":"Connection","value":"keep-alive"},{"name":"If-Modified-Since","value":"Thu, 10 Feb 2011 15:43:46 GMT"},{"name":"Accept-Charset","value":"ISO-8859-1,utf-8;q=0.7,*;q=0.3"},{"name":"Host","value":"foo.com"},{"name":"User-Agent","value":"Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.16 (KHTML, like Gecko) Ubuntu/10.04 Chromium/10.0.648.133 Chrome/10.0.648.133 Safari/534.16"},{"name":"Accept","value":"application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0
 .5"},{"name":"Referer","value":"http://foo.com/"},{"name":"Cache-Control","value":"max-age=0"}],"headersSize":-1,"bodySize":-1},"response":{"status":200,"statusText":"Not Modified","headers":[{"name":"date","value":"Fri, 25 Mar 2011 19:20:53 GMT"},{"name":"connection","value":"close"},{"name":"server","value":"Apache/2.2.14 (Ubuntu)"},{"name":"vary","value":"Accept-Encoding"},{"name":"content-encoding","value":"gzip"},{"name":"content-length","value":"63"},{"name":"last-modified","value":"Thu, 10 Feb 2011 15:43:46 GMT"},{"name":"content-type","value":"text/html"},{"name":"accept-ranges","value":"bytes"}],"content":{"size":47,"mimeType":"text/html","text":"<html>\nHAR to Page Speed.\nComing soon.\n</html>\n","encoding":""},"redirectURL":"","headersSize":-1,"bodySize":47},"timings":{"blocked":0,"dns":159,"connect":70,"send":0,"wait":41,"receive":0,"ssl":-1}}]}}

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list