Bug 35742 - [Qt] connection issues with webkit
Summary: [Qt] connection issues with webkit
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2010-03-04 06:49 PST by Tor Arne Vestbø
Modified: 2010-03-17 06:55 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tor Arne Vestbø 2010-03-04 06:49:49 PST
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.
Comment 1 Benjamin Poulain 2010-03-17 06:55:12 PDT
We would need a test case.
I close the task for now, please comment with a test case so I can reopen it.