mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 06:44:39 +02:00
@@ -6,6 +6,7 @@ Version 203
|
||||
* Use new saved_handler in websocket
|
||||
* session_alloc is thread-safe
|
||||
* examples use flat_buffer
|
||||
* parse_until is not static
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@@ -26,13 +26,12 @@ namespace http {
|
||||
namespace detail {
|
||||
|
||||
// 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<
|
||||
class DynamicBuffer,
|
||||
bool isRequest, class Derived,
|
||||
class Condition>
|
||||
static
|
||||
std::size_t
|
||||
parse_until(
|
||||
DynamicBuffer& buffer,
|
||||
|
Reference in New Issue
Block a user