sync with Nino, call to put_readable_string_8

This commit is contained in:
Jocelyn Fiat
2011-12-01 17:52:00 +01:00
parent 769f2bb5a8
commit 8ffe2a8f73
3 changed files with 7 additions and 7 deletions

View File

@@ -60,10 +60,10 @@ feature -- Status writing
feature -- Output
put_string (s: STRING_8)
put_string (s: READABLE_STRING_8)
-- Send `s' to http client
do
target.put_string (s)
target.put_readable_string_8 (s)
end
put_character_8 (c: CHARACTER_8)