Enable support for persistent connections.

(test: works fine with curl -k , but weird behavior with ab -k ...)
This commit is contained in:
2015-04-01 19:31:27 +02:00
parent 89e26519e4
commit 3165c1e5c6
4 changed files with 27 additions and 31 deletions

View File

@@ -22,9 +22,10 @@ feature -- Execution
s: STRING
i64: INTEGER_64
do
i64 := {INTEGER_64} 1_000_000_000
s := "Hello Concurrent EWF"
s.append (" (counter=")
i64 := {INTEGER_64} 1_000_000_000
s := "Test Concurrent EWF ["
s.append (request.percent_encoded_path_info)
s.append ("] (counter=")
s.append_integer (next_cell_counter_item (counter_cell))
s.append (")%N")