[Webkit-unassigned] [Bug 35742] New: [Qt] connection issues with webkit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 4 06:49:49 PST 2010


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

           Summary: [Qt] connection issues with webkit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vestbo at webkit.org


This bug report originated from internal issue QT-1933


--- Comments ---

Product: Qt

Function: webkit

Version: 4.5.1

Platform: Linux

Compiler: GCC

arm-xscale_soft-linux-gnu-c++ (GCC) 3.4.3

Short description: connection issues with webkit

Did:

Did something change in the way webkit handles persistent connection from qt
version 4.4.3 to 4.5.1?

With 4.4.3, when one HTTP connection is used as a persistent connection, webkit
can still use the other to download files (e.g. images, css, js).  But with
4.5.1, it only downloads one file max after the persistent connection has been
setup.  It doesn't continue until the persistent connection is killed.

Also, with 4.4.3, as soon as javascript is pushed from the server to the
display through the persistent connection, webkit processes it properly
(updates visual content, if the javascript does so).  On 4.5.1, the javascript
won't be processed until the connection is killed.

The behavior seems identical whether 'forever iframe' or XMLHttpRequest method
is used.

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