Boost C++ Libraries: Ticket #9090: sometimes got error (End of File) when recv a large packet (vc2012) https://svn.boost.org/trac10/ticket/9090 <p> boost 1.54 , vc2012 Client send a large 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. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9090 Trac 1.4.3 anonymous Sun, 08 Sep 2013 16:26:55 GMT <link>https://svn.boost.org/trac10/ticket/9090#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9090#comment:1</guid> <description> <p> Sorry, I forget to change the component to "ASIO". </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Tue, 17 Sep 2013 21:06:37 GMT</pubDate> <title>component changed; owner set https://svn.boost.org/trac10/ticket/9090#comment:2 https://svn.boost.org/trac10/ticket/9090#comment:2 <ul> <li><strong>owner</strong> set to <span class="trac-author">chris_kohlhoff</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">asio</span> </li> </ul> Ticket smueller@… Thu, 19 Sep 2013 19:44:48 GMT <link>https://svn.boost.org/trac10/ticket/9090#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9090#comment:3</guid> <description> <p> This appears to be the same issue as described here: <a class="ext-link" href="https://svn.boost.org/trac/boost/ticket/9091"><span class="icon">​</span>https://svn.boost.org/trac/boost/ticket/9091</a> . The submitter of that bug also attached a patch that worked for me when I was dealing with a problem that had the same root cause. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>viboes</dc:creator> <pubDate>Thu, 26 Sep 2013 18:18:43 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9090#comment:4 https://svn.boost.org/trac10/ticket/9090#comment:4 <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> Ticket