Improve socket management for EiffelWeb standalone connector.
This commit is contained in:
@@ -97,7 +97,9 @@ feature -- Request processing
|
||||
end
|
||||
end
|
||||
rescue
|
||||
has_error := l_output = Void or else not l_output.is_available
|
||||
if l_output = Void or else not l_output.is_available then
|
||||
report_error ("Missing WGI output")
|
||||
end
|
||||
if not retried then
|
||||
retried := True
|
||||
retry
|
||||
|
||||
Reference in New Issue
Block a user