Re: [PATCH v2 0/2] Accept error packets in any context

2019-01-15 Thread Junio C Hamano
Jonathan Nieder writes: > It's handled fine by the merge 7be333a6362882e8ffceef3de830dbbfafe5 > (Merge branch 'js/smart-http-detect-remote-error' into pu, 2019-01-11), > though. So I think what is in "pu" is okay, without shooting any series > down. Yeah, I think I wiggled that topic branch

Re: [PATCH v2 0/2] Accept error packets in any context

2019-01-14 Thread Jonathan Nieder
Jonathan Nieder wrote: > Junio C Hamano wrote: >> In short, are you shooting js/smart-http-detect-remote-error topic >> down and replacing it with this one? >> >> As that topic is not yet in 'next', I am perfectly fine doing that. >> I just want to make sure that is what you meant, as my reading o

Re: [PATCH v2 0/2] Accept error packets in any context

2019-01-14 Thread Jonathan Nieder
Hi, Junio C Hamano wrote: > Masaya Suzuki writes: >> This makes it possible for servers to send an error message back to clients >> in >> an arbitrary situation. Yay! Yes, this should simplify server implementations and user support. [...] > In short, are you shooting js/smart-http-detect-re

Re: [PATCH v2 0/2] Accept error packets in any context

2019-01-03 Thread Masaya Suzuki
On Thu, Jan 3, 2019 at 3:05 PM Junio C Hamano wrote: > > Masaya Suzuki writes: > > > This makes it possible for servers to send an error message back to clients > > in > > an arbitrary situation. > > > > The first patch was originally sent in [1]. This version includes some fix. > > > > The seco

Re: [PATCH v2 0/2] Accept error packets in any context

2019-01-03 Thread Junio C Hamano
Masaya Suzuki writes: > This makes it possible for servers to send an error message back to clients in > an arbitrary situation. > > The first patch was originally sent in [1]. This version includes some fix. > > The second patch was originally sent in [2]. Later, this was cherry-picked in > [3].

[PATCH v2 0/2] Accept error packets in any context

2018-12-29 Thread Masaya Suzuki
This makes it possible for servers to send an error message back to clients in an arbitrary situation. The first patch was originally sent in [1]. This version includes some fix. The second patch was originally sent in [2]. Later, this was cherry-picked in [3]. In the discussion in [3], we agreed