Export to GitHub

mod-spdy - issue #4

reduce calls to apr_brigade_length


Posted on Feb 4, 2010 by Swift Wombat

This is potentially expensive and there are cheaper alternatives we can use in many places.

Comment #1

Posted on Dec 20, 2011 by Massive Bear

Fixed in trunk:

$ find src/mod_spdy -print0 -name '.cc' -or -name '.h' |\ xargs -0 grep apr_brigade_length | wc -l 0 $

Status: Fixed

Labels:
Type-Enhancement Priority-Medium