We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e653e47 commit 9909fa4Copy full SHA for 9909fa4
boost/network/protocol/http/message/async_message.hpp
@@ -145,10 +145,10 @@ struct async_message {
145
destination_;
146
mutable boost::shared_future<std::uint16_t> status_;
147
mutable boost::shared_future<headers_container_type> headers_;
148
+ mutable boost::optional<headers_container_type> retrieved_headers_;
149
mutable headers_container_type added_headers;
150
mutable std::set<string_type> removed_headers;
151
mutable boost::shared_future<string_type> body_;
- mutable boost::optional<headers_container_type> retrieved_headers_;
152
153
friend struct boost::network::http::impl::ready_wrapper<Tag>;
154
};
0 commit comments