[MERGE] c++-refactor HttpHdrCc

From: Kinkie <gkinkie_at_gmail.com>
Date: Tue, 13 Sep 2011 01:38:59 +0200

Hi,
  the attached bundle refactors the HttpHdrCc into a c++ class,
attempting also to clean the code up. Main changes:
- 6 less global functions in protos.h
- 1 less struct in structs.h
- proper c++ construction/destruction semantics, standard MemPool integration
- name->id header parsing now done via std::map instead of iterating
over list: complexity should go from O(n) to O(log n) with STL-derived
libs.

Could you please review it?
Thanks

-- 
    /kinkie

Received on Mon Sep 12 2011 - 23:39:06 MDT

This archive was generated by hypermail 2.2.0 : Tue Sep 13 2011 - 12:00:03 MDT