mirror of
https://forge.pointfixe.fr/hubert/gitust.git
synced 2026-02-04 10:27:30 +01:00
push OK, clone KO
This commit is contained in:
@@ -201,6 +201,7 @@ async fn git_proto(payload : web::Payload, web::Path((owner, reponame)): web::Pa
|
||||
|
||||
let mut body = Vec::new();
|
||||
rdr.read_to_end(&mut body)?;
|
||||
println!("{}", String::from_utf8(body.clone()).expect("bad utf8"));
|
||||
return Ok(builder.body(body));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user