| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Re: HTTPS post hangs
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 29 Jan 2002 20:47:23 +0100 (MET)
On Mon, 28 Jan 2002, Dale Counts wrote:
> >>Would you be capable of debugging this a little for us?
Most the of the transfer loop is in lib/transfer.c, but this is a formpost
I managed to repeat this problem (even without SSL):
$ curl -vi -F "file=@BIGFILE" [URL]/postit.cgi -o dump
BIGFILE needs to be bigger than ~40K, and postit.cgi just does this:
#!/usr/local/bin/perl
print "Content-Type: text/html\n\n";
while (<STDIN>) {
But darnit, I haven't been able to figure out why this hangs yet... :-/
--
Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2002-01-29
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info