From 2903a1d3cddd075f9a14f4ed39507bb62b0343b8 Mon Sep 17 00:00:00 2001 From: Colin Adams Date: Thu, 15 Aug 2013 10:31:40 +0100 Subject: [PATCH] Improved comment to ensure_content_exists - take 2 --- library/server/wsf/router/wsf_skeleton_handler.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/server/wsf/router/wsf_skeleton_handler.e b/library/server/wsf/router/wsf_skeleton_handler.e index f63bcd64..e9ba25f1 100644 --- a/library/server/wsf/router/wsf_skeleton_handler.e +++ b/library/server/wsf/router/wsf_skeleton_handler.e @@ -264,7 +264,7 @@ feature -- DELETE feature -- GET/HEAD content ensure_content_available (req: WSF_REQUEST) - -- Commence generation of response text (entity-body) (if not already done in `check_resource_exists'. + -- Commence generation of response text (entity-body) (if not already done in `check_resource_exists'). -- If not chunked, then this will create the entire entity-body so as to be available -- for a subsequent call to `content'. -- If chunked, only the first chunk will be made available to `next_chunk'. If chunk extensions