Added SocketManager to handle reuse of uninterested fd's by the kernel.

This commit is contained in:
Jari Sundell
2026-01-28 20:00:31 +01:00
committed by GitHub
parent 9489793dcb
commit 87666199b3
4 changed files with 81 additions and 37 deletions
+2
View File
@@ -25,6 +25,8 @@ public:
bool is_available() const { return m_fileDesc == -1; }
void open(SCgi* parent, int fd);
void cancel_open();
void close();
ContentType content_type() const { return m_content_type; }