Skip to content

@async POST not asynchronous #130

@samoconnor

Description

@samoconnor

This test is supposed to send a POST body asynchronously:

write(f, " there ") # as we write to f, it triggers another chunk to be sent in our async request

However, connectandsend buffers the entire request into a String before doing a single write to the socket:

reqstr = string(req, opts)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions