cURL / Mailing Lists / curl-users / Single Mail

curl-users

[ curl-Bugs-805853 ] PUT doesn't.

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Sat, 13 Sep 2003 20:44:08 -0700

Bugs item #805853, was opened at 2003-09-13 20:44
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=805853&group_id=976

Category: http
Group: hang
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Daniel Stenberg (bagder)
Summary: PUT doesn't.

Initial Comment:
I'm trying to use cURL to upload a file to a mod_dav

enabled server. The command line is:

curl --digest -u user:pass -T index.html

http://host/user/index.html

cURL authenticates correctly, and gets as far as

sending the PUT header, but never sends any data.

Running with --trace-ascii, the last output from cURL

is (I've abbreviated the longer lines):

0000: PUT /user/index.html HTTP/1.1

0021: Authorization: Digest username=[...]

00df: User-Agent: curl/7.10.7 [...]

011f: OpenSSL/0.9.7a ipv6 zlib/1.1.3

0140: Host: host

014d: Pragma: no-cache

015f: Accept: image/gif, image/x-xbitmap, image/jpeg,

image/pjpeg, */*

01a1: Content-Length: 2502

01b7:

  0 2502 0 0 0 0 0 0 --:--:--

 0:04:11 --:--:-- 0

As you can see from the status line, cURL has been

waiting for over minutes without sending any data.

This is built under MacOS X 10.2.6, curl 7.10.7.

-- Lars <lars_at_larsshack.org>

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=805853&group_id=976

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Received on 2003-09-14