summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio/tutorial/tutdaytime6/src.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_asio/tutorial/tutdaytime6/src.html')
-rw-r--r--doc/html/boost_asio/tutorial/tutdaytime6/src.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/boost_asio/tutorial/tutdaytime6/src.html b/doc/html/boost_asio/tutorial/tutdaytime6/src.html
index 39c68db620..80db1c2cf9 100644
--- a/doc/html/boost_asio/tutorial/tutdaytime6/src.html
+++ b/doc/html/boost_asio/tutorial/tutdaytime6/src.html
@@ -31,7 +31,7 @@
// server.cpp
// ~~~~~~~~~~
//
-// Copyright (c) 2003-2017 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -76,7 +76,7 @@ private:
void handle_receive(const boost::system::error_code& error,
std::size_t /*bytes_transferred*/)
{
- if (!error || error == boost::asio::error::message_size)
+ if (!error)
{
boost::shared_ptr<std::string> message(
new std::string(make_daytime_string()));
@@ -124,7 +124,7 @@ int main()
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2017 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2018 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>