diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-03-19 15:10:50 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-03-19 19:58:33 +0300 |
commit | f9d6c62ec593ec743a4ec9b25d7614606d27d4fa (patch) | |
tree | 1b00a70f0f74bc3d82d7190b20cf59fb355b0fa0 /web/apache/service.cxx | |
parent | 45aec70e4b577aaec17720b6082fe6b8ad0e243f (diff) |
Use connection_pool_factory in brep module
Diffstat (limited to 'web/apache/service.cxx')
-rw-r--r-- | web/apache/service.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
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 <mod_name>' 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 ()) { |