> -----Original Message-----
> From: Ivan Zhakov [mailto:i...@visualsvn.com]
> Sent: maandag 23 november 2015 14:58
> To: rhuij...@apache.org
> Cc: dev@serf.apache.org
> Subject: Re: svn commit: r1715796 - /serf/trunk/outgoing.c
> 
> On 23 November 2015 at 15:59,  <rhuij...@apache.org> wrote:
> > Author: rhuijben
> > Date: Mon Nov 23 12:59:25 2015
> > New Revision: 1715796
> >
> > URL: http://svn.apache.org/viewvc?rev=1715796&view=rev
> > Log:
> > * outgoing.c
> >   (serf_connection_create): Properly set value. No visible changes because
> >     memory was pcalloc'ed.
> >
> > Modified:
> >     serf/trunk/outgoing.c
> >
> > Modified: serf/trunk/outgoing.c
> > URL:
> http://svn.apache.org/viewvc/serf/trunk/outgoing.c?rev=1715796&r1=1715
> 795&r2=1715796&view=diff
> >
> ==========================================================
> ====================
> > --- serf/trunk/outgoing.c (original)
> > +++ serf/trunk/outgoing.c Mon Nov 23 12:59:25 2015
> > @@ -1288,7 +1288,7 @@ serf_connection_t *serf_connection_creat
> >      conn->nr_of_written_reqs = 0;
> >
> >      conn->unwritten_reqs = conn->unwritten_reqs_tail = NULL;
> > -    conn->nr_of_unwritten_reqs = 0;
> > +    conn->nr_of_unwritten_reqs;
> >
> Bert, are your sure about this change?

Hmm... I tried to commit the exact opposite... not sure what happened.

        Bert

Reply via email to