comparison plugins/links/requester.hpp @ 842:0df3a4977bf9

plugin links: fix recent boost version
author David Demelier <markand@malikania.fr>
date Thu, 04 Jul 2019 21:00:00 +0200
parents 06cc2f95f479
children 5e25439fe98d
comparison
equal deleted inserted replaced
841:1399755352e7 842:0df3a4977bf9
74 #endif 74 #endif
75 75
76 boost::beast::flat_buffer buffer_{163840}; 76 boost::beast::flat_buffer buffer_{163840};
77 boost::beast::http::request<boost::beast::http::empty_body> req_; 77 boost::beast::http::request<boost::beast::http::empty_body> req_;
78 boost::beast::http::response<boost::beast::http::string_body> res_; 78 boost::beast::http::response<boost::beast::http::string_body> res_;
79 boost::asio::io_service& service_;
79 boost::asio::deadline_timer timer_; 80 boost::asio::deadline_timer timer_;
80 boost::asio::ip::tcp::resolver resolver_; 81 boost::asio::ip::tcp::resolver resolver_;
81 82
82 void notify(const std::string&); 83 void notify(const std::string&);
83 void parse(); 84 void parse();