Opened 9 years ago

Closed 9 years ago

#9091 closed Bugs (duplicate)

sometimes got error (End of File) when recv a large packet (vc2012)

Reported by: anonymous Owned by: chris_kohlhoff
Milestone: To Be Determined Component: asio
Version: Boost 1.54.0 Severity: Problem
Keywords: Cc:

Description

boost 1.54 , vc2012
Client send a large TCP packet to server in a short time ( for example , send 1M bytes in one send function). If server bind serval threads to one io_server (just like sample http server 3) , server would got error (End of file ) by change before received all bytes .

I tested same case at boost 1.48. It's ok. And, If I only bind one thread. it's ok too.

Change History (1)

comment:1 by chris_kohlhoff, 9 years ago

Resolution: duplicate
Status: newclosed

See #8933.

Note: See TracTickets for help on using tickets.