Boost C++ Libraries: Ticket #9091: sometimes got error (End of File) when recv a large packet (vc2012) https://svn.boost.org/trac10/ticket/9091 <p> boost 1.54 , vc2012 <br /> 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 .<br /> </p> <blockquote> <p> I tested same case at boost 1.48. It's ok. And, If I only bind one thread. it's ok too. </p> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9091 Trac 1.4.3 chris_kohlhoff Tue, 01 Oct 2013 10:56:17 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9091#comment:1 https://svn.boost.org/trac10/ticket/9091#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> <p> See <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/8933" title="#8933: Bugs: on the windows platform async reads with multiple threads can produce ... (closed: fixed)">#8933</a>. </p> Ticket