mirror of
https://github.com/sigmasternchen/CFloor
synced 2025-03-15 04:18:55 +00:00
removed debug statement
This commit is contained in:
parent
fac3bb88e4
commit
d9f1f709df
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue