]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/beast/http/error.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / beast / http / error.hpp
index 841a99de252c111a0ee1c4acf8a57979f3ed2974..b3d9fb1188f1909306b42722639aec3bc7cce15e 100644 (file)
@@ -22,15 +22,10 @@ enum class error
 {
     /** The end of the stream was reached.
 
-        This error is returned under the following conditions:
-
-        @li When attempting to read HTTP data from a stream and the stream
-        read returns the error `boost::asio::error::eof` before any new octets
-        have been received.
-
-        @li When sending a complete HTTP message at once and the semantics of
-        the message are that the connection should be closed to indicate the
-        end of the message.
+        This error is returned when attempting to read HTTP data,
+        and the stream returns the error `boost::asio::error::eof`
+        before any octets corresponding to a new HTTP message have
+        been received.
     */
     end_of_stream = 1,