[Varnish] #455: Make HTTP_HDR_MAX a ./configure option

Varnish varnish-bugs at projects.linpro.no
Mon Feb 23 09:19:15 CET 2009


#455: Make HTTP_HDR_MAX a ./configure option
-------------------------+--------------------------------------------------
 Reporter:  whocares     |        Owner:       
     Type:  enhancement  |       Status:  new  
 Priority:  normal       |    Milestone:       
Component:  build        |      Version:  trunk
 Severity:  normal       |   Resolution:       
 Keywords:  max headers  |  
-------------------------+--------------------------------------------------
Comment (by whocares):

 Forgot to mention some details for those who want to apply the above
 snippet manually:

  * I added this to {{{configure.ac}}} right before the test for
 {{{jemalloc}}}
  * It will write the value for {{{HTTP_HDR_MAX}}} to {{{config.h}}}
  * Thus you'll have to delete the {{{#define HTTP_HDR_MAX 32}}} from
 {{{bin/varnishd/cache.h}}} to really make it work, otherwise the value
 from {{{config.h}}} will get overwritten by the one in {{{cache.h}}} which
 is included at a later point during compilation

-- 
Ticket URL: <http://varnish.projects.linpro.no/ticket/455#comment:3>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator


More information about the varnish-bugs mailing list