Skip to content

Waits for new input when there is enough in the buffer already #4

@bdruemen

Description

@bdruemen

I tried to run an interactive application (like the vi editor) via telnet in character mode (remote echo & suppress-go-ahead). The problem I found is:
The method read() in connection.go will always call fill() to wait for new character input, even if the buffer already holds characters that could be returned immediately.

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