It is my understanding that HTTP/1.1 persistent connections stay open until the client closes them (via a close request header).
If this header is not present, does the host close this connection after a set period of time (timeout) if no further requests from that specific client are made?