James,

>> +# if TS_HAS_SPDY
>> +    extern int spdy_config_load ();
>> +    spdy_config_load(); // must be before HttpProxyPort init.
>> +# endif

> This seems really fragile, is it going to stay, or do you have a plan to 
> remove it?

That's the way everything else is initialized, a specific method is called from 
Main.cc. We could move the extern up and put the #ifdef around it there, but 
I'm not sure how that would be less fragile.


Reply via email to