[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] http.c code cleaning
From: |
Darshit Shah |
Subject: |
Re: [Bug-wget] http.c code cleaning |
Date: |
Thu, 9 May 2013 18:07:43 +0530 |
>
> Giuseppe Scrivano <address@hidden> writes:
> > Now you can assume opt.method is already uppercase as this is already
> > enforced in cmd_string_uppercase (init.c).
> >
> > Please take a look at the commit 550457.
> My bad. Here is fixed version.
>
On Thu, May 9, 2013 at 12:21 PM, Dmitry Bogatov <address@hidden> wrote:
- else if (opt.method)
- meth = opt.method;
We still need to set meth to opt.method. The method string is only ensured
to be uppercase at this moment.
--
Thanking You,
Darshit Shah
- [Bug-wget] http.c code cleaning, Dmitry Bogatov, 2013/05/08
- Re: [Bug-wget] http.c code cleaning, Darshit Shah, 2013/05/08
- Re: [Bug-wget] http.c code cleaning, Giuseppe Scrivano, 2013/05/08
- Re: [Bug-wget] http.c code cleaning, Dmitry Bogatov, 2013/05/08
- Re: [Bug-wget] http.c code cleaning, Giuseppe Scrivano, 2013/05/08
- Re: [Bug-wget] http.c code cleaning, Dmitry Bogatov, 2013/05/09
- Re: [Bug-wget] http.c code cleaning,
Darshit Shah <=
- Re: [Bug-wget] http.c code cleaning, Dmitry Bogatov, 2013/05/10
- Re: [Bug-wget] http.c code cleaning, Giuseppe Scrivano, 2013/05/12