sync with nino and applied changes to connector
This commit is contained in:
@@ -95,7 +95,7 @@ feature -- Server
|
||||
do
|
||||
launched := False
|
||||
port := 0
|
||||
create {WGI_NINO_HANDLER} l_http_handler.make_with_callback (server, "NINO_HANDLER", Current)
|
||||
create {WGI_NINO_HANDLER} l_http_handler.make_with_callback (server, Current)
|
||||
if configuration.is_verbose then
|
||||
if attached base as l_base then
|
||||
print ("Base=" + l_base + "%N")
|
||||
|
||||
@@ -19,11 +19,11 @@ create
|
||||
|
||||
feature {NONE} -- Initialization
|
||||
|
||||
make_with_callback (a_main_server: like main_server; a_name: STRING; a_callback: like callback)
|
||||
make_with_callback (a_main_server: like main_server; a_callback: like callback)
|
||||
-- Initialize `Current'.
|
||||
do
|
||||
base := a_callback.base
|
||||
make (a_main_server, a_name)
|
||||
make (a_main_server)
|
||||
callback := a_callback
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user