removed debug statement

This commit is contained in:
overflowerror 2019-03-13 17:17:49 +01:00
parent fac3bb88e4
commit d9f1f709df

View file

@ -427,7 +427,6 @@ void dataHandler(int signo) {
if (connection->currentHeaderLength > 0)
last = connection->currentHeader[connection->currentHeaderLength - 1];
while((tmp = read(connection->readfd, &c, 1)) > 0) {
printf("%c", c);
if (last == '\r' && c == '\n') {
if (dumpHeaderBuffer(&(buffer[0]), length, connection) < 0) {
dropConnection = true;