Skip to content

stream_to_client panics. #35

@jackxbritton

Description

@jackxbritton

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(())
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions