From 1f7f569d82814bd82d6a0a874ba1bb4744eb3c33 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Fri, 22 Mar 2013 20:12:12 +0100 Subject: [PATCH] restored assertion removed by error --- library/server/ewsgi/specification/response/wgi_response.e | 1 + 1 file changed, 1 insertion(+) diff --git a/library/server/ewsgi/specification/response/wgi_response.e b/library/server/ewsgi/specification/response/wgi_response.e index 8b592f29..8d8f9de5 100644 --- a/library/server/ewsgi/specification/response/wgi_response.e +++ b/library/server/ewsgi/specification/response/wgi_response.e @@ -21,6 +21,7 @@ feature {WGI_CONNECTOR, WGI_SERVICE} -- Commit -- Commit the current response deferred ensure + status_is_set: status_is_set status_committed: status_committed header_committed: header_committed message_committed: message_committed