diff --git a/nino-safe.ecf b/nino-safe.ecf new file mode 100644 index 00000000..6e01e5da --- /dev/null +++ b/nino-safe.ecf @@ -0,0 +1,26 @@ + + + + + + /.git$ + /EIFGENs$ + /CVS$ + /.svn$ + + + + + + + + + head_request_handler.e + shared_http_request_handlers.e + http_protocol_handler.e + + + + diff --git a/nino.ecf b/nino.ecf index ba85255c..5cb775ee 100644 --- a/nino.ecf +++ b/nino.ecf @@ -8,13 +8,13 @@ /CVS$ /.svn$ - - - - + + + head_request_handler.e diff --git a/src/io/http_output_stream.e b/src/io/http_output_stream.e index a3d37a6f..6134b6f3 100644 --- a/src/io/http_output_stream.e +++ b/src/io/http_output_stream.e @@ -26,6 +26,5 @@ feature -- Basic operation do target.put_string (s) end - - + end