|
|
@ -262,7 +262,7 @@ impl KeyHeader
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let line_sender = async move { //this causes the >\n<\n dumbness in the encoding. Rewrite this to not use mpsc pls
|
|
|
|
let line_sender = async move {
|
|
|
|
let mut buffer = String::new();
|
|
|
|
let mut buffer = String::new();
|
|
|
|
while input.read_line(&mut buffer).await? != 0 {
|
|
|
|
while input.read_line(&mut buffer).await? != 0 {
|
|
|
|
let bounds = {
|
|
|
|
let bounds = {
|
|
|
|