mirror of
https://github.com/boostorg/beast.git
synced 2025-08-05 15:54:46 +02:00
@@ -6,6 +6,7 @@ Version 203
|
|||||||
* Use new saved_handler in websocket
|
* Use new saved_handler in websocket
|
||||||
* session_alloc is thread-safe
|
* session_alloc is thread-safe
|
||||||
* examples use flat_buffer
|
* examples use flat_buffer
|
||||||
|
* parse_until is not static
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@@ -26,13 +26,12 @@ namespace http {
|
|||||||
namespace detail {
|
namespace detail {
|
||||||
|
|
||||||
// The default maximum number of bytes to transfer in a single operation.
|
// The default maximum number of bytes to transfer in a single operation.
|
||||||
static std::size_t constexpr default_max_transfer_size = 65536;
|
std::size_t constexpr default_max_transfer_size = 65536;
|
||||||
|
|
||||||
template<
|
template<
|
||||||
class DynamicBuffer,
|
class DynamicBuffer,
|
||||||
bool isRequest, class Derived,
|
bool isRequest, class Derived,
|
||||||
class Condition>
|
class Condition>
|
||||||
static
|
|
||||||
std::size_t
|
std::size_t
|
||||||
parse_until(
|
parse_until(
|
||||||
DynamicBuffer& buffer,
|
DynamicBuffer& buffer,
|
||||||
|
Reference in New Issue
Block a user