cURL / Mailing Lists / curl-users / Single Mail

curl-users

Question

From: Bael <bael666_at_gmail.com>
Date: Thu, 23 Jun 2005 15:06:00 -0700

K well i added --trace-ascii to the endo of my callback script, and told it
to output to curl.log, and this is the relsult of what happen when i post my
data, they way i interpret this is, the file is posting the data fine, and
then for some reason it is trying to recieve the headers aswell, so is there
a curl cmd to stop it trying to recieve headers after posting??

== Info: About to connect() to localhost port 80
== Info: Trying 127.0.0.1... == Info: connected
== Info: Connected to localhost (127.0.0.1 <http://127.0.0.1>) port 80
=> Send header, 293 bytes (0x125)
0000: POST /baelsdimension/devampsig/amp.php HTTP/1.1
0031: User-Agent: curl/7.14.0 (i586-pc-mingw32msvc) libcurl/7.14.0 zli
0071: b/1.2.2
007a: Host: localhost
008b: Accept: */*
0098: Content-Length: 70
00ac: Content-Type: application/x-www-form-urlencoded
00dd:
00df: Title1=Metal Guru&Artist1=T.Rex&user=Bael&pass=MyPass&Playing=p
011f: laying
<= Recv header, 17 bytes (0x11)
0000: HTTP/1.1 200 OK
<= Recv header, 37 bytes (0x25)
0000: Date: Fri, 24 Jun 2005 06:05:45 GMT
<= Recv header, 42 bytes (0x2a)
0000: Server: Apache/1.3.33 (Win32) PHP/4.3.10
<= Recv header, 26 bytes (0x1a)
0000: X-Powered-By: PHP/4.3.10
<= Recv header, 79 bytes (0x4f)
0000: Cache-Control: no-store, no-cache, must-revalidate, post-check=0
0040: , pre-check=0
<= Recv header, 40 bytes (0x28)
0000: Expires: Thu, 19 Nov 1981 08:52:00 GMT
<= Recv header, 18 bytes (0x12)
0000: Pragma: no-cache
<= Recv header, 28 bytes (0x1c)
0000: Transfer-Encoding: chunked
<= Recv header, 25 bytes (0x19)
0000: Content-Type: image/png
<= Recv data, 3784 bytes (0xec8)
0000: ec1
0005: .PNG

Thanx,
Bael
Received on 2005-06-24