# # # patch "http_client.cc" # from [8a6e5e93aee92d78c8e3b836105943cd4c462719] # to [d3f43f0481c7101204fc17f03f2e5b4ef7a01010] # ============================================================ --- http_client.cc 8a6e5e93aee92d78c8e3b836105943cd4c462719 +++ http_client.cc d3f43f0481c7101204fc17f03f2e5b4ef7a01010 @@ -72,11 +72,11 @@ http_client::transact_json(json_value_t if (!open) { L(FL("reopening connection")); - stream(build_stream_to_server(opts, lua, u, + stream = build_stream_to_server(opts, lua, u, include_pattern, exclude_pattern, u.parse_port(constants::default_http_port), Netxx::Timeout(static_cast( - constants::netsync_timeout_seconds)))), + constants::netsync_timeout_seconds))); nb = shared_ptr< Netbuf >( new Netbuf(*stream)); io = shared_ptr(new iostream(&(*nb)));