Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion include/boost/burl/detail/parser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ class parser
capy::const_buffer, bool last)> f,
bool dry = false);

std::error_code
flatten_chunks();

capy::io_task<std::size_t>
decode_some(
std::span<capy::mutable_buffer const> buffers);
Expand Down Expand Up @@ -195,8 +198,8 @@ class parser
bool got_header_ = false;
bool got_body_ = false;
bool mid_chunk_ = false;
bool fin_chunk_ = false;
bool eof_ = false;
bool dec_eof_ = false;
};

template<capy::MutableBufferSequence Buffers>
Expand Down
Loading
Loading