Currently the `Connection: keep-alive` is not support. Every connection is currently closed after every requests. This makes it impossible to chain multiple Requests/Responses. Also a future implementation for HTTPS without `keep-alive` would be hard.
Currently the
Connection: keep-aliveis not support. Every connection is currently closed after every requests.This makes it impossible to chain multiple Requests/Responses. Also a future implementation for HTTPS without
keep-alivewould be hard.