Fixed end_of_input by using SOCKET.readable.
This commit is contained in:
@@ -85,7 +85,7 @@ feature -- Status report
|
|||||||
end_of_input: BOOLEAN
|
end_of_input: BOOLEAN
|
||||||
-- Has the end of input stream been reached?
|
-- Has the end of input stream been reached?
|
||||||
do
|
do
|
||||||
Result := not source.try_ready_for_reading
|
Result := not source.readable
|
||||||
end
|
end
|
||||||
|
|
||||||
;note
|
;note
|
||||||
|
|||||||
Reference in New Issue
Block a user