Droplet icon indicating copy to clipboard operation
Droplet copied to clipboard

Support HTTP pipelining

Open gnb opened this issue 11 years ago • 0 comments

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.

gnb avatar Oct 24 '13 20:10 gnb