Removed HTTP_(INPUT,OUTPUT)_STREAM, since it is unlikely that we use something else than TCP_STREAM_SOCKET

This way, we remove one indirection for users, and get smaller code.
This commit is contained in:
Jocelyn Fiat
2011-11-10 22:05:34 +01:00
parent abd67c8caa
commit a46c08de11
4 changed files with 53 additions and 149 deletions

View File

@@ -25,8 +25,10 @@ feature -- Initialization
require
a_http_handler_valid: a_http_handler /= Void
do
print("%N%N%N")
print ("Starting Web Application Server (port="+ configuration.http_server_port.out +"):%N")
if configuration.is_verbose then
print("%N%N%N")
print ("Starting Web Application Server (port="+ configuration.http_server_port.out +"):%N")
end
stop_requested := False
if configuration.force_single_threaded then
a_http_handler.execute