From: nyim at 163 dot com Operating system: suse linux PHP version: 5.2.6 PHP Bug Type: cURL related Bug description: curl post slow execution with a little big body
Description: ------------ the same target url, using ip address, local area network compare: 1 curl using get method with long query string, about 2 tcp packs without body. 2 curl using post with short post data, no more than 1 tcp packs 3 stream function emulate post data, about 2 tcp packs with header 4 curl using post with a little big body, about 2 tcp packs with header the three before cost no more than 0.2 second the 4th always cost more than 1 second, avg 2 second max data size in query string or post data less than 2000 bytes. -- Edit bug report at http://bugs.php.net/?id=45240&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=45240&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=45240&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=45240&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=45240&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=45240&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=45240&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=45240&r=needscript Try newer version: http://bugs.php.net/fix.php?id=45240&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=45240&r=support Expected behavior: http://bugs.php.net/fix.php?id=45240&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=45240&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=45240&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=45240&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=45240&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=45240&r=dst IIS Stability: http://bugs.php.net/fix.php?id=45240&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=45240&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=45240&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=45240&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=45240&r=mysqlcfg
