This commit is contained in:
2018-10-29 13:15:32 +01:00
parent 7c6fe5a04a
commit a8a3ca5b97

View File

@@ -151,14 +151,14 @@ feature -- Settings
timeout: INTEGER timeout: INTEGER
-- HTTP transaction timeout in seconds. -- HTTP transaction timeout in seconds.
--| 0 means it nevers timeout --| 0 means it never timeouts
do do
Result := session.timeout Result := session.timeout
end end
connect_timeout: INTEGER connect_timeout: INTEGER
-- HTTP connection timeout in milliseconds. -- HTTP connection timeout in milliseconds.
--| 0 means it nevers timeout --| 0 means it never timeouts
do do
Result := session.connect_timeout Result := session.connect_timeout
end end
@@ -208,7 +208,7 @@ feature -- Settings
end end
note note
copyright: "2011-2018, Jocelyn Fiat, Javier Velilla, Eiffel Software and others" copyright: "2011-2018, Jocelyn Fiat, Javier Velilla, Eiffel Software and others"
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)" license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
source: "[ source: "[
Eiffel Software Eiffel Software