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

@@ -31,7 +31,7 @@ feature {EWSGI_RESPONSE_APPLICATION} -- Response status
transmit_to (res: EWSGI_RESPONSE_BUFFER)
do
res.set_status_code (status)
res.write_string (headers)
res.write_headers_string (headers)
from
read_block
res.write_string (last_block)