Accept "yes" or "true" in wsf launcher option boolean values.

Set socket_error when network occurs in `read_to_managed_pointer_noexception`.
This commit is contained in:
2016-10-14 13:10:44 +02:00
parent d4ec640ac8
commit 1161e541fa
3 changed files with 8 additions and 2 deletions

View File

@@ -134,6 +134,8 @@ feature {NONE} -- Input
l_last_read := l_ssl.read (p + start_pos + l_read, nb_bytes - l_read)
if l_last_read >= 0 then
l_read := l_read + l_last_read
else
socket_error := "Secure network error!"
end
end
bytes_read := l_read