[webkit-reviews] review requested: [Bug 21211] [CURL] Upload doesn't work because cancel is called : [Attachment 23907] Don't call cancel if the upload was successful

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 29 07:42:06 PDT 2008


Marco Barisione <marco.barisione at collabora.co.uk> has asked  for review:
Bug 21211: [CURL] Upload doesn't work because cancel is called
https://bugs.webkit.org/show_bug.cgi?id=21211

Attachment 23907: Don't call cancel if the upload was successful
https://bugs.webkit.org/attachment.cgi?id=23907&action=edit

------- Additional Comments from Marco Barisione
<marco.barisione at collabora.co.uk>
FormDataStream::read() returns 0 when retrieving data from the form fails, but
also when there is no more data to send. This means that cancel is always
called even when the data was successfully sent.


More information about the webkit-reviews mailing list