I think I need to change the documentation format

This commit is contained in:
udo
2026-04-22 01:32:05 +00:00
parent b53eb6e4f1
commit 8223dcc6b3
222 changed files with 1932 additions and 39753 deletions
+6
View File
@@ -1,3 +1,4 @@
#include <sys/file.h>
#include <stdlib.h>
#include <unistd.h>
#include <iostream>
@@ -97,6 +98,11 @@ Request::~Request()
delete stream;
ob_stack.clear();
ob = 0;
if(session_lock_fd != -1)
{
flock(session_lock_fd, LOCK_UN);
close(session_lock_fd);
}
for(auto& sockfd : resources.sockets)
close(sockfd);
}