WIP on first client-facing stages of cache pipeline

This commit is contained in:
Dominik Werder
2021-04-13 19:17:42 +02:00
parent 9941960e93
commit 00f2c65ccf
5 changed files with 148 additions and 34 deletions

View File

@@ -133,7 +133,7 @@ impl hyper::body::HttpBody for BodyStreamWrap {
async fn binned(req: Request<Body>, hconf: HostConf) -> Result<Response<Body>, Error> {
let (head, body) = req.into_parts();
let params = netpod::query_params(head.uri.query());
//let params = netpod::query_params(head.uri.query());
// TODO
// Channel, time range, bin size.