Improve socket management for EiffelWeb standalone connector.

This commit is contained in:
2016-10-04 18:49:48 +02:00
parent 0217c6d3f4
commit 77085364ee
5 changed files with 143 additions and 45 deletions

View File

@@ -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