Fixed WSF_RESPONSE.redirect* features

This commit is contained in:
Jocelyn Fiat
2011-12-01 17:52:31 +01:00
parent 8ffe2a8f73
commit 8ae4a30ee8

View File

@@ -162,6 +162,7 @@ feature -- Helper
create h.make_with_count (1) create h.make_with_count (1)
h.put_location (a_url) h.put_location (a_url)
set_status_code (a_status_code) set_status_code (a_status_code)
write_header_text (h.string)
end end
end end