Images 💾

Last commit ⭐

commit 4f496e97fe553ce392e2bc6860dcb701089c35ee
Author:     Aliaksandr Kalenik <kalenik.aliaksandr@gmail.com>
AuthorDate: Mon Mar 20 02:26:07 2023 +0300
Commit:     Tim Flynn <trflynn89@pm.me>
CommitDate: Sun Mar 19 22:31:59 2023 -0400

    LibWeb: Add keep-alive in response headers if it present in request
    
    This fix addresses issue where, if request headers contain
    "Connection: keep-alive", we keep socket open without letting client
    know that we support keep-alive connections. This can result in a
    large number of open and unused sockets.