Added postcondition to ensure the result of {HTTP_CLIENT_REQUEST}.response is attached.

(useless with void-safety compilation, but keep it for non void-safe execution).
This commit is contained in:
2015-06-17 10:45:04 +02:00
parent 7033db7dc4
commit 3f69081d32

View File

@@ -57,6 +57,8 @@ feature -- Access
-- Execute the request and return the response.
-- note: two consecutive calls will trigger two executions!
deferred
ensure
Result_set: Result /= Void
end
feature {HTTP_CLIENT_SESSION} -- Execution