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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 22 08:33:55 PDT 2011


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





--- Comment #2 from Mike West <mkwst at chromium.org>  2011-04-22 08:33:55 PST ---
At first glance, this looks like an intentional choice.

The commented out lines 61 & 78 of WebCore/inspector/front-end/HAREntry.js would hardcode the result to 'HTTP/1.1'.  If the data's not available, I have a feeling that's a better solution than simply leaving the value out entirely:

    // "httpVersion": "HTTP/1.1" -- Not available.

I'll put together a patch that uncomments those lines and adjusts the tests accordingly, and we can talk about what makes sense. Maybe it's now possible to grab the data somehow?

-- 
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