typo.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user