Fixed compilation issue for CGI and libFCGI connector
due to recent changes in interface (use READABLE_STRING_8)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user