From f9d6c62ec593ec743a4ec9b25d7614606d27d4fa Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 Mar 2016 15:10:50 +0300 Subject: Use connection_pool_factory in brep module --- web/apache/service.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'web/apache/service.cxx') diff --git a/web/apache/service.cxx b/web/apache/service.cxx index 6679194..7104731 100644 --- a/web/apache/service.cxx +++ b/web/apache/service.cxx @@ -69,9 +69,9 @@ namespace web }; } - // Track if the module allowed to handle a request in the specific + // Track if the module is allowed to handle a request in the specific // configuration scope. The module exemplar will be created (and - // initialized) only for configuration contexts having + // initialized) only for configuration contexts that have // 'SetHandler ' in effect for the corresponding scope. // *d++ = @@ -217,8 +217,8 @@ namespace web auto i (options_.find (enclosing)); // The enclosing context may have no options. It can be the context of a - // server having no configuration directives in it's immediate scope, - // but having ones in it's enclosed scope (directory or virtual server). + // server that has no configuration directives in it's immediate scope, + // but has ones in it's enclosed scope (directory or virtual server). // if (i != options_.end ()) { -- cgit v1.1