diff --git a/library/server/ewsgi/connectors/standalone/src/httpd/httpd_server_i.e b/library/server/ewsgi/connectors/standalone/src/httpd/httpd_server_i.e index b4115f1c..d3c236d7 100644 --- a/library/server/ewsgi/connectors/standalone/src/httpd/httpd_server_i.e +++ b/library/server/ewsgi/connectors/standalone/src/httpd/httpd_server_i.e @@ -60,7 +60,6 @@ feature -- Access is_persistent_connection_supported: BOOLEAN = True -- Is persistent connection supported? - --| For now, disabled during dev. feature -- Callbacks diff --git a/library/server/ewsgi/connectors/standalone/src/wgi_standalone_output_stream.e b/library/server/ewsgi/connectors/standalone/src/wgi_standalone_output_stream.e index 29c38300..ed4db3c4 100644 --- a/library/server/ewsgi/connectors/standalone/src/wgi_standalone_output_stream.e +++ b/library/server/ewsgi/connectors/standalone/src/wgi_standalone_output_stream.e @@ -29,7 +29,7 @@ feature {NONE} -- Initialization last_target_call_succeed := True end -feature {WGI_STANDALONE_CONNECTOR, WGI_SERVICE} -- Nino +feature {WGI_STANDALONE_CONNECTOR, WGI_SERVICE} -- Server set_target (o: like target) do diff --git a/tests/all-safe.ecf b/tests/all-safe.ecf index 6bf2afa2..d49d23d3 100644 --- a/tests/all-safe.ecf +++ b/tests/all-safe.ecf @@ -45,7 +45,8 @@ - + + diff --git a/tests/all-stable-safe.ecf b/tests/all-stable-safe.ecf index db1cc477..395ef4fd 100644 --- a/tests/all-stable-safe.ecf +++ b/tests/all-stable-safe.ecf @@ -40,7 +40,8 @@ - + +