chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] chicken-install from behind a proxy


From: Paul Romanchenko
Subject: Re: [Chicken-users] chicken-install from behind a proxy
Date: Thu, 22 Apr 2010 20:15:59 +0400

I think I'm close to nail the bug.
This is setup-download.scm, the part when the size and body of file are read.
After reading size, you read an line like this (_ (read-line in));
When using proxy this actually EATS the line from body, so when next
you read string of body, you eats the description of next file.
I have no sources under my hand now. Tomorrow I'm going to spend some
time to this.

On Thu, Apr 22, 2010 at 6:47 PM, Felix
<address@hidden> wrote:
> From: Paul Romanchenko <address@hidden>
> Subject: Re: [Chicken-users] chicken-install from behind a proxy
> Date: Fri, 16 Apr 2010 18:28:18 +0400
>
>> Ok, again this bug hit me.
>> Captured conversation attached.
>>
>> On Wed, Apr 7, 2010 at 1:52 PM, Paul Romanchenko <address@hidden> wrote:
>>> Hmm, when trying to repeat the problem gone.
>>> Either it was fixed on server side or proxy.
>>>
>
> I don't understand this. The response looks ok. Can you send me the response
> data only? Perhaps gzipped, so that I can look at the exact bytes getting
> retrieved?
>
>
> cheers,
> felix
>



-- 
rmrfchik.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]