> -----Original Message-----
> From: Bert Huijben [mailto:b...@qqmail.nl]
> Sent: maandag 23 november 2015 16:01
> To: 'Ivan Zhakov' <i...@visualsvn.com>; rhuij...@apache.org
> Cc: dev@serf.apache.org
> Subject: RE: svn commit: r1715796 - /serf/trunk/outgoing.c
> 
> 
> 
> > -----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.

Looks like I fixed this in r1715768, and then reverted that change with this 
change...

I'm guessing I accidentally saved an Sourcegear DiffMerge window over an 
existing file.

        Bert


Reply via email to