If the count for put_file_content is not positive (i.e <= 0), do not send anything.

Output/log more information for request handling when standalone httpd server has verbose enabled.
This commit is contained in:
2016-12-01 21:20:14 +01:00
parent 9fd53b9b1f
commit 186e5514eb
4 changed files with 33 additions and 9 deletions

View File

@@ -22,13 +22,10 @@ create
feature {NONE} -- Initialization
initialize
local
opts: detachable WSF_SERVICE_LAUNCHER_OPTIONS
do
Precursor
--| Uncomment the following 2 lines, to read options from "ewf.ini" configuration file
-- create {WSF_SERVICE_LAUNCHER_OPTIONS_FROM_INI} opts.make_from_file ("ewf.ini")
-- import_service_options (opts)
--| Uncomment the following line, to read options from "ewf.ini" configuration file
-- import_service_options (create {WSF_SERVICE_LAUNCHER_OPTIONS_FROM_INI} opts.make_from_file ("ewf.ini"))
end
launch (opts: detachable WSF_SERVICE_LAUNCHER_OPTIONS)