Added "flush" to the EWSGI_RESPONSE_STREAM
This commit is contained in:
@@ -49,6 +49,11 @@ feature -- Status setting
|
|||||||
|
|
||||||
feature -- Output operation
|
feature -- Output operation
|
||||||
|
|
||||||
|
flush
|
||||||
|
-- Flush if it makes sense
|
||||||
|
deferred
|
||||||
|
end
|
||||||
|
|
||||||
write_string (s: STRING)
|
write_string (s: STRING)
|
||||||
-- Send the string `s'
|
-- Send the string `s'
|
||||||
require
|
require
|
||||||
|
|||||||
@@ -81,6 +81,11 @@ feature -- Status setting
|
|||||||
|
|
||||||
feature -- Output operation
|
feature -- Output operation
|
||||||
|
|
||||||
|
flush
|
||||||
|
do
|
||||||
|
flush_buffer
|
||||||
|
end
|
||||||
|
|
||||||
write_string (s: STRING)
|
write_string (s: STRING)
|
||||||
-- Send the string `s'
|
-- Send the string `s'
|
||||||
do
|
do
|
||||||
|
|||||||
@@ -55,6 +55,11 @@ feature -- Status setting
|
|||||||
|
|
||||||
feature -- Output operation
|
feature -- Output operation
|
||||||
|
|
||||||
|
flush
|
||||||
|
do
|
||||||
|
--| Do nothing ... this is in_memory response
|
||||||
|
end
|
||||||
|
|
||||||
write_string (s: STRING)
|
write_string (s: STRING)
|
||||||
-- Send the string `s'
|
-- Send the string `s'
|
||||||
do
|
do
|
||||||
|
|||||||
@@ -56,6 +56,11 @@ feature -- Status setting
|
|||||||
|
|
||||||
feature -- Output operation
|
feature -- Output operation
|
||||||
|
|
||||||
|
flush
|
||||||
|
do
|
||||||
|
output.flush
|
||||||
|
end
|
||||||
|
|
||||||
write_string (s: STRING)
|
write_string (s: STRING)
|
||||||
-- Send the string `s'
|
-- Send the string `s'
|
||||||
do
|
do
|
||||||
|
|||||||
Reference in New Issue
Block a user