Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Support HTTP pipelining #162

Open
gnb opened this issue Oct 24, 2013 · 0 comments
Open

Support HTTP pipelining #162

gnb opened this issue Oct 24, 2013 · 0 comments

Comments

@gnb
Copy link
Contributor

gnb commented Oct 24, 2013

HTTP pipelining http://tools.ietf.org/html/rfc2616#section-8.1.2.2 is a useful technique for improving performance of bulk transfers over high-latency HTTP. According to https://forums.aws.amazon.com/thread.jspa?messageID=38030 Amazon fully supports it. Droplet however doesn't - the dpl_conn_t is locked when a request is composed and remains locked until the reply is parsed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant