Removed printf
This commit is contained in:
@@ -119,7 +119,6 @@ forbidden:
|
|||||||
}
|
}
|
||||||
|
|
||||||
int sendResponse(Connection *conn, Sitefile *site) {
|
int sendResponse(Connection *conn, Sitefile *site) {
|
||||||
puts(conn->path);
|
|
||||||
for (int i = 0; i < site->size; i++) {
|
for (int i = 0; i < site->size; i++) {
|
||||||
if (site->content[i].respondto != conn->type)
|
if (site->content[i].respondto != conn->type)
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user