Changed prefix from EWSGI_ to WGI_
Changed meta variable type to READABLE_STRING_32
This commit is contained in:
@@ -9,7 +9,7 @@ class
|
||||
EWF_LIBFCGI_CONNECTOR
|
||||
|
||||
inherit
|
||||
EWSGI_CONNECTOR
|
||||
WGI_CONNECTOR
|
||||
redefine
|
||||
initialize
|
||||
end
|
||||
@@ -46,8 +46,8 @@ feature -- Execution
|
||||
|
||||
process_fcgi_request (vars: HASH_TABLE [STRING, STRING]; a_input: like input; a_output: like output)
|
||||
local
|
||||
req: EWSGI_REQUEST_FROM_TABLE
|
||||
res: EWSGI_RESPONSE_STREAM_BUFFER
|
||||
req: WGI_REQUEST_FROM_TABLE
|
||||
res: WGI_RESPONSE_STREAM_BUFFER
|
||||
do
|
||||
create req.make (vars, a_input)
|
||||
create res.make (a_output)
|
||||
@@ -56,10 +56,10 @@ feature -- Execution
|
||||
|
||||
feature -- Input/Output
|
||||
|
||||
input: EWSGI_INPUT_STREAM
|
||||
input: WGI_INPUT_STREAM
|
||||
-- Input from client (from httpd server via FCGI)
|
||||
|
||||
output: EWSGI_OUTPUT_STREAM
|
||||
output: WGI_OUTPUT_STREAM
|
||||
-- Output to client (via httpd server/fcgi)
|
||||
|
||||
feature {NONE} -- Implementation
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
note
|
||||
description: "Summary description for GW_LIBFCGI_INPUT_STREAM."
|
||||
description: "Summary description for EWF_LIBFCGI_INPUT_STREAM."
|
||||
legal: "See notice at end of class."
|
||||
status: "See notice at end of class."
|
||||
date: "$Date$"
|
||||
@@ -9,7 +9,7 @@ class
|
||||
EWF_LIBFCGI_INPUT_STREAM
|
||||
|
||||
inherit
|
||||
EWSGI_INPUT_STREAM
|
||||
WGI_INPUT_STREAM
|
||||
|
||||
STRING_HANDLER
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ class
|
||||
EWF_LIBFCGI_OUTPUT_STREAM
|
||||
|
||||
inherit
|
||||
EWSGI_OUTPUT_STREAM
|
||||
WGI_OUTPUT_STREAM
|
||||
|
||||
HTTP_STATUS_CODE_MESSAGES
|
||||
export
|
||||
|
||||
Reference in New Issue
Block a user