PKUFlyingPig/CS144-Computer-Network

Lab1: Use end_input at a wrong time.

hiktoop opened this issue · 1 comments

Only when the data is over that end_input can be settled, but in your implementation, if you get a "eof" flag and just at the time _data is empty that cause a premature end_input.

in stream_reassembler.cc push_substring