Re: [PATCH setup] Send User-Agent even when setup-specific proxy is used

2018-01-22 Thread szgyg
On Fri, Jan 19, 2018 at 02:18:10PM +, Jon Turney wrote: > On 18/01/2018 19:16, SZAVAI Gyula wrote: > > Setup is sending User-Agent header if direct connection or system proxy > > is used, but not when direct(legacy) or setup-specific proxy. Fix this. > Thanks for the patch. > > This is fine,

Re: [PATCH setup] Send User-Agent even when setup-specific proxy is used

2018-01-19 Thread Jon Turney
On 18/01/2018 19:16, SZAVAI Gyula wrote: Setup is sending User-Agent header if direct connection or system proxy is used, but not when direct(legacy) or setup-specific proxy. Fix this. Thanks for the patch. This is fine, as far as it goes. However, I don't think 'direct(legacy)' is actually

[PATCH setup] Send User-Agent even when setup-specific proxy is used

2018-01-18 Thread SZAVAI Gyula
Setup is sending User-Agent header if direct connection or system proxy is used, but not when direct(legacy) or setup-specific proxy. Fix this. --- Makefile.am | 2 ++ nio-http.cc | 4 +++ nio-ie5.cc | 53 ++--- useragent.cc | 109