Re: rpki-client add back keep-alive to http requests

2021-09-12 Thread Sebastian Benoit
ok Claudio Jeker(cje...@diehard.n-r-g.com) on 2021.09.10 12:09:47 +0200: > On Thu, Sep 09, 2021 at 09:18:04AM -0600, Bob Beck wrote: > > > > ok beck@ > > > > On Thu, Sep 09, 2021 at 09:35:51AM +0200, Claudio Jeker wrote: > > > While Connection: keep-alive should be the default it seems that at

Re: rpki-client add back keep-alive to http requests

2021-09-10 Thread Claudio Jeker
On Thu, Sep 09, 2021 at 09:18:04AM -0600, Bob Beck wrote: > > ok beck@ > > On Thu, Sep 09, 2021 at 09:35:51AM +0200, Claudio Jeker wrote: > > While Connection: keep-alive should be the default it seems that at least > > some of the CA repositories fail to behave like that. Adding back the > > Con

Re: rpki-client add back keep-alive to http requests

2021-09-09 Thread Bob Beck
ok beck@ On Thu, Sep 09, 2021 at 09:35:51AM +0200, Claudio Jeker wrote: > While Connection: keep-alive should be the default it seems that at least > some of the CA repositories fail to behave like that. Adding back the > Connection header seems to fix this and delta downloads go faster again. >

rpki-client add back keep-alive to http requests

2021-09-09 Thread Claudio Jeker
While Connection: keep-alive should be the default it seems that at least some of the CA repositories fail to behave like that. Adding back the Connection header seems to fix this and delta downloads go faster again. -- :wq Claudio Index: http.c ==