fasttime
fasttime copied to clipboard
``stream_to_client`` panics.
Hey folks, this code panics. The feature is documented here.
pub fn main() -> Result<(), Error> {
let resp = Response::new();
let mut writer = resp.stream_to_client();
writer.write_str("asdf");
Ok(())
}