Implemented support for base url in httpd connector.

This commit is contained in:
2015-03-25 22:22:57 +01:00
parent b4a9c92ffc
commit 7d2ce8a77f
19 changed files with 168 additions and 198 deletions

View File

@@ -79,7 +79,7 @@ feature {NONE} -- Initialization
feature -- Execution
update_configuration (cfg: separate HTTPD_CONFIGURATION)
update_configuration (cfg: like connector.configuration)
do
if single_threaded then
cfg.set_force_single_threaded (True)