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.txx | |
parent | 45aec70e4b577aaec17720b6082fe6b8ad0e243f (diff) |
Use connection_pool_factory in brep module
Diffstat (limited to 'web/apache/service.txx')
-rw-r--r-- | web/apache/service.txx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/apache/service.txx b/web/apache/service.txx index 2e8a3e5..e517abe 100644 --- a/web/apache/service.txx +++ b/web/apache/service.txx @@ -25,7 +25,7 @@ namespace web const M* exemplar (dynamic_cast<const M*> (&exemplar_)); assert (exemplar != nullptr); - // For each directory configuration context, for which the module + // For each directory configuration context, for which the module is // allowed to handle a request, create the module exemplar as a deep // copy of the exemplar_ member, and initialize it with the // context-specific option list. |