RE: svn commit: r1713489 - serf_bucket_readline()

2015-11-10 Thread Bert Huijben
> -Original Message- > From: Bert Huijben [mailto:b...@qqmail.nl] > Sent: dinsdag 10 november 2015 23:37 > To: 'Ivan Zhakov' ; rhuij...@apache.org > Cc: dev@serf.apache.org > Subject: RE: svn commit: r1713489 - in /serf/trunk: buckets/event_buckets.c > outgoing.c

svn commit: r1713603 - /serf/trunk/test/test_context.c

2015-11-10 Thread rhuijben
Author: rhuijben Date: Tue Nov 10 10:17:09 2015 New Revision: 1713603 URL: http://svn.apache.org/viewvc?rev=1713603=rev Log: * test/test_context.c (queue_part2): Really queue the second part. Use aggregate allocator. Found by: -DSERF_DEBUG_BUCKET_USE Modified:

svn commit: r1713595 - /serf/trunk/test/test_buckets.c

2015-11-10 Thread rhuijben
Author: rhuijben Date: Tue Nov 10 08:58:15 2015 New Revision: 1713595 URL: http://svn.apache.org/viewvc?rev=1713595=rev Log: Use the bucket allocator in the deflate bucket tests. Allocating things in pools is not testing our real world scenarios and uses pools in +- the worst performance case.

[jira] [Commented] (SERF-175) Enable logging to file during runtime

2015-11-10 Thread Bert Huijben (JIRA)
[ https://issues.apache.org/jira/browse/SERF-175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14999514#comment-14999514 ] Bert Huijben commented on SERF-175: --- This feature is already implemented on trunk as you might have