You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: