WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
22298
Sometimes upload progress is not reported on Tiger
https://bugs.webkit.org/show_bug.cgi?id=22298
Summary
Sometimes upload progress is not reported on Tiger
Sam Weinig
Reported
2008-11-16 14:08:39 PST
Due to the way upload progress events (used only by XHR right now) are implemented on Tiger can cause a race condition happen where a ResourceHandle didFinishLoading callback is called before a didSendData callback. The issue seems to be that the callOnMainThread call that is used by FormDataStreamMac to communicate that data has been sent is is not synchronized with main thread callbacks CFNetwork makes for didFinishLoading. This is not an issue on Windows or Leopard, as CFNetwork has provided support for upload progress themselves.
Attachments
Add attachment
proposed patch, testcase, etc.
Sam Weinig
Comment 1
2008-11-16 14:14:06 PST
<
rdar://problem/6375992
>
mitz
Comment 2
2011-11-03 17:36:58 PDT
Tiger is no longer supported.
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