website with slop placeholders

This commit is contained in:
udo
2026-04-22 13:31:51 +00:00
parent 14ebf10a22
commit 223cf4c6e1
336 changed files with 66009 additions and 116 deletions
-5
View File
@@ -98,11 +98,6 @@ 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);
}