[Webkit-unassigned] [Bug 48483] Get rid of ResourceRequestBase::m_targetType

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 19:20:57 PDT 2010


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





--- Comment #6 from Adam Barth <abarth at webkit.org>  2010-10-27 19:20:56 PST ---
(In reply to comment #4)
> > Why does the web inspector need to know that? 
> 
> The Web Inspector displays HTTP request and response headers for resources. Being a binary protocol, SPDY doesn't have these, right?

SPDY is a layer below HTTP that makes HTTP go faster by multiplexing multiple HTTP request/response pairs over a single socket.

> Web developers will want to know what protocol was used and how, so synthesizing fake HTTP request and response would be against the purpose of Web Inspector.

There's nothing fake about the HTTP request / response pairs.

> > Prioritization is part of the SPDY protocol.
> 
> Are you saying that SPDY prioritization is specified in terms of top frames, subframes, scripts and such? The Web part of prioritization that deals with those should obviously (to me) be handled by WebCore.

I'm saying that the mapping of those HTML concepts to priorities differs in different scenarios.  Certainly holding request in WebCore is counter-productive in cases were the networking library can make better prioritization decisions than WebCore.

In some sense, you can compute a more optimal prioritization of requests when you have as much information available as possible.  In some cases, some of that information is transport-specific and so only exists at the lower layers of the network stack.

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