WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 34647
39568
[Qt] Stuck in modal event loop on synchronous HTTP OPTIONS request
https://bugs.webkit.org/show_bug.cgi?id=39568
Summary
[Qt] Stuck in modal event loop on synchronous HTTP OPTIONS request
arvid2.nilsson
Reported
2010-05-23 11:51:16 PDT
In ResourceHandleQt.cpp, ResourceHandle::loadResourceSynchronously. The QNetworkReplyHandler constructor call to start() fails in Qt 4.6 when the HTTP method is OPTIONS, or any other unsupported method. The surrounding code does not check the status of the newly created QNetworkReplyHandler, and goes on to enter a modal event loop waiting for completion of a network operation that was never started. We are then stuck forever in this modal event loop. Specific use case: synchronous XMLHttpRequest with OPTIONS verb as found when leaving a video playing on Hulu.com.
Attachments
Add attachment
proposed patch, testcase, etc.
Andreas Kling
Comment 1
2010-07-07 18:23:29 PDT
*** This bug has been marked as a duplicate of
bug 34647
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug