Requests.jl
Requests.jl copied to clipboard
reduce request fragmentation
print calls write multiple times which results in unnecessary fragmentation on the stream. Try to insure that the entire request is sent out in as few packets as possible by making it a single write.