[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54836] [PATCH 1/2] http-client: Fix redirection.
From: |
Maxim Cournoyer |
Subject: |
[bug#54836] [PATCH 1/2] http-client: Fix redirection. |
Date: |
Tue, 03 Jan 2023 17:29:33 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi Attila,
Ludovic Courtès <ludo@gnu.org> writes:
> Hi,
>
> And sorry for the delay.
>
> Attila Lendvai <attila@lendvai.name> skribis:
>
>>> > It's not enough to just handle the thrown exception, because we need to be
>>> > able to get hold of the fetched content, too.
>>>
>>> Would it make sense, then, to use the lower-level ‘http-get’ from (web
>>> client)? That would let the code deal with all the HTTP idiosyncrasies.
>>
>>
>> i think it boils down to this trade-off:
>>
>> 1) keep http-fetch simpler, at the expense of reimplementing parts of
>> it in the go importer (e.g. the redirection logic)
>>
>> 2) add this extra complexity to http-fetch, and avoid the extra
>> complexity of a local, potentially half-assed %http-fetch in the go
>> importer.
>>
>> 3) something else i'm not aware of
>
> For now, I’m somewhat in favor of #1.
>
> My take would be: try to implement whatever’s needed specifically for
> the Go importer; from there, we can eventually revisit that situation
> and maybe switch to something that’s more like #2.
>
> How does that sound?
I think we're missing your reworked 1/3 patch here, taking into account the
above
feedback from Ludo.
--
Thanks,
Maxim
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#54836] [PATCH 1/2] http-client: Fix redirection.,
Maxim Cournoyer <=