On Oct 23, 2012, at 6:50 AM, Igor Galić <i.ga...@brainsware.org> wrote:
> > Hey folks, > > yesterday we had a chat in #traffic-server which I'm throwing on > the wall here so we don't forget about it. > > Our default way of notifying end-users of an HTTP Status is built > into the server in `HttpMessageBody::MakeErrorBodyVA` > That isn't pretty, but it's probably fast. > > The other way of doing this is `HttpBodyFactory`. > > Aside from the macabre naming: Should we enable > proxy.config.body_factory.enable_customizations by default? > Coupled with caching these documents on startup would perhaps > give us the same speed as embedding HTML in C++… I'm +1 on this. Unless there's a really good reason, one mechanism is better than two. J