Re: [pacman-dev] [PATCH 1/1] support http header to indicate an expected failure

2021-05-24 Thread Andrew Gregory
On 05/24/21 at 08:31pm, Christian Hesse wrote: > Christian Hesse on Fri, 2021/05/21 10:06: > > By setting an extra HTTP header 'X-Pacman-Expected-Failure' the server can > > indicate that the failure is expected. The next server is tried without > > error message and without increasing the server'

Re: [pacman-dev] [PATCH 1/1] support http header to indicate an expected failure

2021-05-24 Thread Christian Hesse
Christian Hesse on Fri, 2021/05/21 10:06: > By setting an extra HTTP header 'X-Pacman-Expected-Failure' the server can > indicate that the failure is expected. The next server is tried without > error message and without increasing the server's error count. > > This can be used by servers that ar