cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: 7.14.0 is failing test 56 on my AIX 5.2 box

From: Scott Davis <scott_victor_davis_at_yahoo.com>
Date: Wed, 7 Sep 2005 09:13:45 -0700 (PDT)

You'll have to tell me how to aply this.
I tried:
patch <sws.patch
Where sws.patch contained the lines from your message below that
are prefixed with a #.
The response I got was:
Processing... I cannot find a patch in there anywhere.

--- Daniel Stenberg <daniel-curl_at_haxx.se> wrote:

> If my analysis is correct, you should be able to get test 56 do fine again
> with this patch. The patch works fine for me. I'll be happy to receive a
> report on what effect this might have for you:
>
#> --- server/sws.c 18 Aug 2005 08:47:56 -0000 1.73
#> +++ server/sws.c 7 Sep 2005 10:44:23 -0000
#> @@ -338,7 +338,7 @@
#> }
#>
#> if(chunked) {
#> - if(strstr(req->reqbuf, "\r\n0\r\n"))
#> + if(strstr(req->reqbuf, "\r\n0\r\n\r\n"))
#> /* end of chunks reached */
#> return 1; /* done */
#> else

        
                
______________________________________________________
Click here to donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/
Received on 2005-09-07