mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Jan 18 18:42:05.671 [debug] Encountered eof
Jan 18 18:42:05.671 [debug] Got data, not eof. Leaving on inbuf. that's not very smart. svn:r5843
This commit is contained in:
parent
be903aa678
commit
f6084cf831
@ -1231,7 +1231,8 @@ connection_dir_process_inbuf(connection_t *conn)
|
|||||||
|
|
||||||
/* XXX for READ states, might want to make sure inbuf isn't too big */
|
/* XXX for READ states, might want to make sure inbuf isn't too big */
|
||||||
|
|
||||||
debug(LD_HTTP,"Got data, not eof. Leaving on inbuf.");
|
if (!conn->inbuf_reached_eof)
|
||||||
|
debug(LD_HTTP,"Got data, not eof. Leaving on inbuf.");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user