Re: [Bug-wget] informations about patch

2019-05-29 Thread adham elkarn
Envoyé à partir de Outlook<http://aka.ms/weboutlook> De : adham elkarn Envoyé : samedi 18 mai 2019 16:32 À : bug-wget@gnu.org Objet : informations about patch Hello, is there any news about our patch for the bug (#54769 (https://savannah.gnu.org/bugs/

[Bug-wget] informations about patch

2019-05-18 Thread adham elkarn
Hello, is there any news about our patch for the bug (#54769 (https://savannah.gnu.org/bugs/?54769)) ? Adham EL KARN Envoyé à partir de Outlook

[Bug-wget] [PATCH] Disable automatic wget headers.

2019-05-06 Thread adham elkarn
aders-before.py: Test using --header after --disable-header Signed-off-by: sulfastor , adham elkarn --- doc/wget.texi | 15 + fuzz/wget_options_fuzzer.dict | 17 ++ src/http.c | 28 - src/i

[Bug-wget] [PATCH] Disable automatic wget headers.

2019-05-04 Thread adham elkarn
re.py: Test using --header after --disable-header Signed-off-by: sulfastor , adham elkarn --- doc/wget.texi | 19 ++ fuzz/wget_options_fuzzer.dict | 17 + src/http.c | 31 + src/init.c

[Bug-wget] [PATCH] Disable automatic wget headers.

2019-05-03 Thread adham elkarn
Test using --header after --disable-header Signed-off-by: sulfastor , adham elkarn --- doc/wget.texi | 19 fuzz/wget_options_fuzzer.dict | 17 +++ src/http.c | 140 src/i

[Bug-wget] [PATCH] Disable automatic wget headers.

2019-04-27 Thread adham elkarn
/bugs/?54769). Some servers doesn't handle well some headers. A --disable-header option will ensure a request header will not be included on the request. In addition a empty header value in --header="headername: " will also disable the request header. Signed-off-by: sulfastor , adh

[Bug-wget] [Wget-Bug][PATCH] Disable automatic wget headers

2019-03-14 Thread adham elkarn
From: a-elk Disable automatic wget headers. *options.h: added no-headers member *http.c: removed default headers *main.c: added new option noheaders, added help description *init.c: adde new option noheaders >From bug #54769 (https://savannah.gnu.org/bugs/?54769). Some servers doesn't handle w