[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] http.c code cleaning
From: |
Giuseppe Scrivano |
Subject: |
Re: [Bug-wget] http.c code cleaning |
Date: |
Sun, 12 May 2013 19:37:43 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) |
Hello,
Dmitry Bogatov <address@hidden> writes:
> - request_set_method (req, meth, meth_arg);
> + req = request_new(meth, meth_arg);
I have amended this change:
> + req = request_new (meth, meth_arg);
and I am going to push it.
Thanks for your contribution!
Giuseppe
- [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, 2013/05/09
- Re: [Bug-wget] http.c code cleaning, Dmitry Bogatov, 2013/05/10
- Re: [Bug-wget] http.c code cleaning,
Giuseppe Scrivano <=