cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: 7.9.5-pre4 tests on OS X 10.1.2

From: jonatan <jonatan_at_wineasy.se>
Date: Mon, 4 Mar 2002 15:51:50 +0100

> > test 4...[Replaced internal and added custom HTTP headers]
> > 0a1,6
>> > HTTP/1.1 200 OK
>> > Date: Thu, 09 Nov 2010 14:49:00 GMT
>> > Server: test-server/fake
>> > Content-Type: text/html
>> > Funny-head: yesyes
>> >
> > data FAILED

i've narrowed the failing testcase 4 down to the following:

[localhost:~/curl-7.9.5-pre4/tests] jonatan% ../src/curl --output
log/curl4.out --include -v -H "Accept: replaced"
http://127.0.0.1:8999/4
OPTION: o log/curl4.out
OPTION: i -v
OPTION: v -H
OPTION: H Accept:
OPTION: 5 replaced
OPTION: 5 http://127.0.0.1:8999/4
* gethostbyname(2) failed for replaced
* Closing connection #0
curl: (6) Couldn't resolve host 'replaced'
* Closing connection #0
curl: (7) Couldn't connect to host

(the OPTION stuff is because i changed line 990 in src/main.c to "#if 1").
Received on 2002-03-04