Re: pkg_add + httpd...high latency on 6.4

2018-10-11 Thread Sebastian Benoit
Thanks for your report. I backed out the change since we are close to release. The real problem here will be revisited later. /Benno Mark Patruck(m...@wrapped.cx) on 2018.10.11 07:57:30 +0200: > - http or https doesn't matter > > - only pkg_add is affected, ftp download works > > - reverting

Re: pkg_add + httpd...high latency on 6.4

2018-10-11 Thread Stuart Henderson
On 2018/10/11 07:57, Mark Patruck wrote: Thanks for finding this and testing, hopefully we can backout before 6.4 is final. > - only pkg_add is affected, ftp download works btw, ftp is affected too, the problem is when fetching an autogenerated directory index (which pkg_add does as a first

Re: pkg_add + httpd...high latency on 6.4

2018-10-10 Thread Mark Patruck
- http or https doesn't matter - only pkg_add is affected, ftp download works - reverting benno@'s change to /src/usr.sbin/httpd/{httpd.h,server.c,server_http.c} 10 days ago makes pkg_add work normally again On Wed, Oct 10, 2018 at 10:27:11PM +, Stuart Henderson wrote: > On 2018-10-10,

Re: pkg_add + httpd...high latency on 6.4

2018-10-10 Thread Stuart Henderson
On 2018-10-10, Mark Patruck wrote: > Hi, > > is anyone else seeing a high latency when running pkg_add with 6.4? > > - server with httpd (5 hours old 6.4) > - client running pkg_add (5 hours old 6.4) > > $ doas pkg_add -u > > nothing happens for ~60 seconds > > $ (done) > > Everything works

pkg_add + httpd...high latency on 6.4

2018-10-10 Thread Mark Patruck
Hi, is anyone else seeing a high latency when running pkg_add with 6.4? - server with httpd (5 hours old 6.4) - client running pkg_add (5 hours old 6.4) $ doas pkg_add -u nothing happens for ~60 seconds $ (done) Everything works normally, if - i replace httpd with nginx for testing -