Using Transfer-Encoding: chunked in example to send response progressively

This commit is contained in:
Jocelyn Fiat
2011-10-12 17:23:24 +02:00
parent 09030a27d9
commit 4c36d75ef3
2 changed files with 26 additions and 8 deletions

View File

@@ -31,6 +31,8 @@ feature -- Server, header
feature -- Misc
crlf: STRING = "%R%N"
default_bufsize: INTEGER = 16384 --| 16K
note