Added error reporting in HTTP_CLIENT_RESPONSE

Added missing set_connect_timeout
This commit is contained in:
Jocelyn Fiat
2011-09-23 18:18:27 +02:00
parent ab1c696837
commit 95ec2e77df
4 changed files with 27 additions and 10 deletions

View File

@@ -21,6 +21,17 @@ feature {NONE} -- Initialization
feature -- Status
error_occurred: BOOLEAN
-- Error occurred during request
feature {HTTP_CLIENT_REQUEST} -- Status setting
set_error_occurred (b: BOOLEAN)
-- Set `error_occurred' to `b'
do
error_occurred := b
end
feature -- Access
status: INTEGER assign set_status