Fixed compilation issue for CGI and libFCGI connector

due to recent changes in interface  (use READABLE_STRING_8)
This commit is contained in:
Jocelyn Fiat
2011-12-02 12:05:07 +01:00
parent e70d67aed5
commit 03938b43c3
6 changed files with 34 additions and 7 deletions

View File

@@ -58,7 +58,7 @@ feature -- Status writing
feature -- Basic operation
put_string (s: STRING)
put_string (s: READABLE_STRING_8)
-- Send `s' to http client
do
fcgi.put_string (s)