WIP on bug fix
This commit is contained in:
@@ -239,6 +239,9 @@ where
|
||||
continue 'outer;
|
||||
}
|
||||
} else {
|
||||
// TODO make sure that we don't poll our input here after it has completed.
|
||||
err::todo();
|
||||
|
||||
let cur = self.cur(cx);
|
||||
match self.handle(cur) {
|
||||
Some(item) => item,
|
||||
|
||||
2
disk/src/cache/pbvfs.rs
vendored
2
disk/src/cache/pbvfs.rs
vendored
@@ -27,7 +27,7 @@ impl PreBinnedValueFetchedStream {
|
||||
let nodeix = node_ix_for_patch(&query.patch, &query.channel, &node_config.node_config.cluster);
|
||||
let node = &node_config.node_config.cluster.nodes[nodeix as usize];
|
||||
let uri: hyper::Uri = format!(
|
||||
"http://{}:{}/api/1/prebinned?{}",
|
||||
"http://{}:{}/api/4/prebinned?{}",
|
||||
node.host,
|
||||
node.port,
|
||||
query.make_query_string()
|
||||
|
||||
Reference in New Issue
Block a user