Added url variables, removed exec pages

This commit is contained in:
Nate Choe
2022-02-20 21:43:19 -06:00
parent 458c0a545d
commit 4366c8ad65
13 changed files with 202 additions and 98 deletions

View File

@@ -71,12 +71,6 @@ remove:
if (fds[0].revents & POLLIN) {
Stream *newstream;
{
char log[200];
sprintf(log,
"Thread %d received a connection (it now has %d connections)",
id, connCount);
}
if (connCount >= allocConns) {
struct pollfd *newfds;
Connection *newconns;