Currently, I am using ASIO 1.10.8.
While reading the data, async_read_some is intermittently throwing EOF error with 0 bytes as read. This is observed to be sporadic and for a few websites only. (it works most times and reads around 650 bytes of data when successful)
I can see this was fixed in https://www.boost.org/doc/libs/1_83_0/doc/html/boost_asio/history.html#boost_asio.history.asio_1_10_1___boost_1_55 but I’m still facing the same problem.
Can you tell me if the issue still persist in higher versions of ASIO even after the fix in 1.10.1
anusha ranganathan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.