To allow a connection to be "kept-alive" for big responses, chunked data encoding could be an option. It can be added to the HTTPResponse class as an optional setting that may be activated by a specific handler function to allow sending data in chunks without a specific content length header.
To allow a connection to be "kept-alive" for big responses, chunked data encoding could be an option. It can be added to the
HTTPResponseclass as an optional setting that may be activated by a specific handler function to allow sending data in chunks without a specific content length header.