UIKit0 / mod-spdy

Automatically exported from code.google.com/p/mod-spdy
0 stars 0 forks source link

reduce calls to apr_brigade_length #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is potentially expensive and there are cheaper alternatives we can use 
in many places.

Original issue reported on code.google.com by bmcqu...@google.com on 4 Feb 2010 at 10:31

GoogleCodeExporter commented 8 years ago
Fixed in trunk:

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

Original comment by mdste...@google.com on 20 Dec 2011 at 7:59