Skip to content
Merged
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
2 changes: 1 addition & 1 deletion include/network/protocol/http/algorithms/linearize.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ struct linearize_header {
BOOST_CONCEPT_REQUIRES(
((Header<ValueType>)),
(string_type)
) operator()(ValueType & header) {
) operator()(ValueType const & header) {
typedef std::ostringstream output_stream;
typedef constants consts;
output_stream header_line;
Expand Down