mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 14:24:31 +02:00
@@ -1,3 +1,9 @@
|
|||||||
|
Version 158:
|
||||||
|
|
||||||
|
* Tidy up end_of_stream javadoc
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 157:
|
Version 157:
|
||||||
|
|
||||||
* Fix teardown for TIME_WAIT
|
* Fix teardown for TIME_WAIT
|
||||||
|
@@ -22,15 +22,10 @@ enum class error
|
|||||||
{
|
{
|
||||||
/** The end of the stream was reached.
|
/** The end of the stream was reached.
|
||||||
|
|
||||||
This error is returned under the following conditions:
|
This error is returned when attempting to read HTTP data,
|
||||||
|
and the stream returns the error `boost::asio::error::eof`
|
||||||
@li When attempting to read HTTP data from a stream and the stream
|
before any octets corresponding to a new HTTP message have
|
||||||
read returns the error `boost::asio::error::eof` before any new octets
|
been received.
|
||||||
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.
|
|
||||||
*/
|
*/
|
||||||
end_of_stream = 1,
|
end_of_stream = 1,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user