fortunewang

Results 2 comments of fortunewang

I create a wapper of f64 to avoid this problem temporarily: ```rust use sqlx::Sqlite; use std::fmt::{self, Debug, Display}; #[derive(Clone, Copy, PartialEq)] pub struct Float(pub f64); impl Debug for Float {...

Maybe this error message is caused by a client sending HTTP/1.0 requests: ``` [2020-09-21 23:34:32][ERROR] async-h1 error error: Unsupported HTTP version 1.0 (C:\Users\fw\.cargo\registry\src\mirrors.ustc.edu.cn-61ef6e0cd06fb9b8\tide-0.13.0\src\listener\tcp_listener.rs:66) ```