Added a few descriptions and comments.

This commit is contained in:
2015-04-07 14:13:41 +02:00
parent 24620b228c
commit 20ed000879
10 changed files with 43 additions and 17 deletions

View File

@@ -24,6 +24,7 @@ feature -- Access
feature -- Execution
launch
-- Launch execution of CGI application.
local
req: WGI_REQUEST_FROM_TABLE
res: detachable WGI_RESPONSE_STREAM
@@ -51,6 +52,7 @@ feature -- Execution
end
process_rescue (res: detachable WGI_RESPONSE)
-- Handle rescued execution of current request.
do
if attached (create {EXCEPTION_MANAGER}).last_exception as e and then attached e.trace as l_trace then
if res /= Void then