cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl hangs after redirected HTTP PUT

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Wed, 30 Jul 2008 14:24:41 -0700

On Wed, Jul 30, 2008 at 11:15:36PM +0200, Daniel Stenberg wrote:
> It does make me wonder if doing a POST with a read callback works with a
> redirect like this... It feels like it won't!

That's exactly what I thought, too, so I created tests 1053 and 1054 and they
pass! There's probably an if(method==POST) that should be
if(method==POST||method=PUT) somewhere.

>>> Dan

-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2008-07-30