add "write_headers_string" to RESPONSE_BUFFER

This commit is contained in:
Jocelyn Fiat
2011-08-02 10:46:53 +02:00
parent e9085c614c
commit 10f4a99ee1
4 changed files with 25 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ feature -- Execution
n := 3
h.put_refresh (l_url, 5, 200)
res.set_status_code (200)
res.write_string (h.string)
res.write_headers_string (h.string)
from
create e
until