From 4e2f0dbc727039348e7fc8fe78b323b9014cfe74 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Wed, 13 Jul 2011 15:37:50 +0200 Subject: [PATCH] enhanced comment for `execute' --- doc/wiki | 2 +- library/server/ewsgi/src/gw_application.e | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/wiki b/doc/wiki index c6162aea..e1120040 160000 --- a/doc/wiki +++ b/doc/wiki @@ -1 +1 @@ -Subproject commit c6162aea7e5d8a462c443e29a01407f891d605e6 +Subproject commit e1120040bbe843cc4d67e14b0b52fe580a466d6b diff --git a/library/server/ewsgi/src/gw_application.e b/library/server/ewsgi/src/gw_application.e index b9e895f9..7851acc7 100644 --- a/library/server/ewsgi/src/gw_application.e +++ b/library/server/ewsgi/src/gw_application.e @@ -30,6 +30,8 @@ feature {NONE} -- Execution execute (ctx: GW_REQUEST_CONTEXT) -- Execute the request + -- See `ctx.input' and `ctx.output' for i/o streams + -- `ctx.environment' for the Gateway environment deferred end