mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
committed by
Vinnie Falco
parent
71db14bad4
commit
297374b487
@ -1,6 +1,7 @@
|
||||
1.0.0-b31
|
||||
|
||||
* Tidy up build settings
|
||||
* Add missing dynabuf_readstream member
|
||||
|
||||
WebSocket
|
||||
|
||||
|
@ -145,6 +145,13 @@ public:
|
||||
return next_layer_;
|
||||
}
|
||||
|
||||
/// Get a const reference to the next layer.
|
||||
next_layer_type const&
|
||||
next_layer() const
|
||||
{
|
||||
return next_layer_;
|
||||
}
|
||||
|
||||
/// Get a reference to the lowest layer.
|
||||
lowest_layer_type&
|
||||
lowest_layer()
|
||||
|
Reference in New Issue
Block a user