Skip to content

Change to mio-based non-blocking I/O #13

@osuketh

Description

@osuketh

pub fn send<T: Write>(&self, writer: &mut T) -> Result<Response> {
self.request.send(writer)
.map_err(|e| anyhow!("{:?}", e))
.map_err(Into::into)
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions