[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#33100: [libssh] fatal: dumb http transport does not support shallow
From: |
Maxim Cournoyer |
Subject: |
bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities |
Date: |
Fri, 26 Oct 2018 22:05:52 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hello!
address@hidden (Ludovic Courtès) writes:
>>>> I like it, but it doesn't seem to actually print anything for me when I
>>>> trigger the failing case, for example by fetching the libssh source over
>>>> HTTP.
>>>
>>> If might be that current-output-port is fully buffered. What if you
>>> add:
>>>
>>> (setvbuf (current-output-port) 'line)
>>>
>>> before the ‘format’ call?
>>>
>>> Thanks,
>>> Ludo’, who is found guilty of not actually running the code.
>>
>> What is preferable, between your solution or using (force-output)?
>
> I’d go for line buffering since you only need to do it once for all.
I finally got around to reproducing the problem and testing the fix; it
was costly to build using --no-substitutes.
Is it OK to push this patch into master?
Thanks,
Maxim
0001-git-download-Print-a-message-when-falling-back-to-a-.patch
Description: Text Data
- bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities, (continued)
- bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities, Maxim Cournoyer, 2018/10/21
- bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities, Ludovic Courtès, 2018/10/22
- bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities, Leo Famulari, 2018/10/22
- bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities, Maxim Cournoyer, 2018/10/24
- bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities, Ludovic Courtès, 2018/10/24
- bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities, Leo Famulari, 2018/10/24
- bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities, Ludovic Courtès, 2018/10/24
- bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities, Leo Famulari, 2018/10/24
- bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities, Maxim Cournoyer, 2018/10/24
- bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities, Ludovic Courtès, 2018/10/25
- bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities,
Maxim Cournoyer <=
- bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities, Ludovic Courtès, 2018/10/27
- bug#33100: [libssh] fatal: dumb http transport does not support shallow capabilities, Maxim Cournoyer, 2018/10/28