-
Notifications
You must be signed in to change notification settings - Fork 181
Closed
Description
This test is supposed to send a POST body asynchronously:
Line 156 in d6804f0
| 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:
Line 235 in d6804f0
| reqstr = string(req, opts) |
Metadata
Metadata
Assignees
Labels
No labels