[Webkit-unassigned] [Bug 18832] [curl] file upload does not work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 19 10:12:29 PDT 2008


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


marco.barisione at collabora.co.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marco.barisione at collabora.co
                   |                            |.uk
         AssignedTo|webkit-                     |marco.barisione at collabora.co
                   |unassigned at lists.webkit.org |.uk
             Status|UNCONFIRMED                 |NEW
          Component|Platform                    |WebKit Gtk
     Ever Confirmed|0                           |1
           Keywords|                            |Curl, Gtk




------- Comment #2 from marco.barisione at collabora.co.uk  2008-08-19 10:12 PDT -------
Definining _FILE_OFFSET_BITS is not enough as CURL could be compiled without
large files support even if it's available on your system, so you would get the
opposite problem: passing a 64-bit integer when curl is expecting a 32-bit
integer.

IMO this is a problem in the CURL API but we can workaround it checking at
run-time for large file support and passing a different type based on the
check.

I will write a patch in the next days.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list