Better use append rather than copy here.
This commit is contained in:
@@ -234,7 +234,7 @@ feature -- Access: Input
|
|||||||
n: INTEGER
|
n: INTEGER
|
||||||
do
|
do
|
||||||
if raw_input_data_recorded and then attached raw_input_data as d then
|
if raw_input_data_recorded and then attached raw_input_data as d then
|
||||||
buf.copy (d)
|
buf.append (d)
|
||||||
else
|
else
|
||||||
l_input := input
|
l_input := input
|
||||||
if is_chunked_input then
|
if is_chunked_input then
|
||||||
|
|||||||
Reference in New Issue
Block a user