My guess :
yet another LOCALE issue :)
here is the code :
(from lighttp/http_req.c)
l_request_len = sprintf(l_request,
"%s %s HTTP/%01.1f\r\n",
http_req_type_char[a_req->type],
a_req->full_uri,
a_req->http_ver);
http_ver is formatted by "%01.1f", which, in France uses a comma as the
decimal separator.
libghttp seems to be in cause there...
----- Original Message -----
From: "Kevin Huntly" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, April 09, 2002 5:37 PM
Subject: Re: [Cooker] grip / libghttp / squid issue ?
> i would have to believe that it is in grip somewhere, as grip is making
the
> base request to squid. i may be wrong, but in my experience, the software
> making the request is the software generating the request.. check it out
and
> let me know, i havent tried to use grip since ive gotten mdk8.2
>
> kevin
>