Remove content length
This commit is contained in:
@@ -61,7 +61,7 @@ feature
|
||||
data: STRING
|
||||
do
|
||||
data := control.render
|
||||
response.put_header ({HTTP_STATUS_CODE}.ok, <<["Content-Type", "text/html"], ["Content-Length", data.count.out]>>)
|
||||
response.put_header ({HTTP_STATUS_CODE}.ok, <<["Content-Type", "text/html"]>>)
|
||||
response.put_string ("<html><head></head><body>")
|
||||
response.put_string (data)
|
||||
response.put_string ("</body></html>")
|
||||
|
||||
Reference in New Issue
Block a user