Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita35f16e

Browse files
povilasbdeanberris
authored andcommitted
Refactored code.
1 parent11a1a2e commita35f16e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎boost/network/protocol/http/client/connection/async_protocol_handler.hpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,20 +49,26 @@ struct http_async_protocol_handler {
4949
boost::shared_future<string_type>source_future(
5050
source_promise.get_future());
5151
source(response_, source_future);
52+
5253
boost::shared_future<string_type>destination_future(
5354
destination_promise.get_future());
5455
destination(response_, destination_future);
56+
5557
boost::shared_future<typename headers_container<Tag>::type>headers_future(
5658
headers_promise.get_future());
5759
headers(response_, headers_future);
60+
5861
boost::shared_future<string_type>body_future(body_promise.get_future());
5962
body(response_, body_future);
63+
6064
boost::shared_future<string_type>version_future(
6165
version_promise.get_future());
6266
version(response_, version_future);
67+
6368
boost::shared_future<boost::uint16_t>status_future(
6469
status_promise.get_future());
6570
status(response_, status_future);
71+
6672
boost::shared_future<string_type>status_message_future(
6773
status_message_promise.get_future());
6874
status_message(response_, status_message_future);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp