Re: [Bug-wget] [bug-wget] Segfault when trying to use metalinks

2013-09-11 Thread Ángel González
On 11/09/13 07:13, Darshit Shah wrote: I have debugged this a little further. I bet an assert(i < opt.jobs ); at multi.c:148 would fail. I'm not sure how this code is supposed to work, but work from there. Even, I'm not very aware of the code

Re: [Bug-wget] Question about Content-type

2013-09-11 Thread Gargiulo Antonio (EURIS)
Ok Darshit, many thanks for your quick reply! Have a nice day. Antonio From: Darshit Shah [mailto:dar...@gmail.com] Sent: 11 September 2013 09:45 To: Gargiulo Antonio (EURIS) Cc: bug-wget@gnu.org Subject: Re: [Bug-wget] Question about Content-type I've a question about Content-type http request

Re: [Bug-wget] Question about Content-type

2013-09-11 Thread Darshit Shah
> I've a question about Content-type http request: do there is the > possibility in wget to set the value of Content-type? At the moment it is > set by default to > application/x-www-form-urlencoded > > Yes, you can override this by using the --header=header-line command. However, I must warn you

[Bug-wget] Question about Content-type

2013-09-11 Thread Gargiulo Antonio (EURIS)
Good morning, I've a question about Content-type http request: do there is the possibility in wget to set the value of Content-type? At the moment it is set by default to application/x-www-form-urlencoded ---request begin--- POST http://MYURL HTTP/1.1 User-Agent: Wget/1.13.4 (cygwin) Accept: */*