Re: [Bug-wget] Gzip Content-Encoding Patches

2017-08-04 Thread Tim Schlueter
On 08/04/2017 07:46 AM, Tim Rühsen wrote: > Hi Tim, > > sorry for the delay. > > > I just pushed your patches. Thanks gain for your work ! > > > With Best Regards, Tim > Hi Tim, I'm glad to hear that. I've started working on adding some automated tests for gzip compression, but it will be

[Bug-wget] Gzip Content-Encoding Patches

2017-07-31 Thread Tim Schlueter
. Regards, Tim From cbdd976dea6289a1f167c2b50cc1d4b1ff878686 Mon Sep 17 00:00:00 2001 From: Tim Schlueter <schlueter@linux.com> Date: Mon, 24 Jul 2017 20:39:24 -0700 Subject: [PATCH 1/3] Adjust Extension based on Content-Encoding * doc/wget.texi (--adjust-extension, adjust_extension): U

[Bug-wget] [PATCH 1/3] Add Content-Encoding support to --adjust-extension

2017-07-28 Thread Tim Schlueter
When -E or --adjust-extension are specified, and the remote web server responds with the content-encoding header set to gzip, deflate, compress, or br, wget will now add the .gz, .zlib, .Z, and .br extensions respectively. This was inspired by Yuriy M. Kaminskiy's patch set:

[Bug-wget] Wget1 Gzip Compression

2017-07-25 Thread Tim Schlueter
Hi, I was wondering if there is any interest here in adding gzip compression support to wget1. I recently came across a misconfigured web server which would gzip all responses regardless of the accept-encoding HTTP request header. This motivated me to spend some time working on adding on the