Commit 0792e1e7a775f95b395a45c78052c842817749c0

Azat Khuzhin 2016-02-10T12:37:30

test: increase buffer size for http/data_length_constraints to trigger EPIPE With greater buffer it can't be written with one writev(2), and hence we can trigger more tricky cases, like calling writecb/readcb more then once. Refs: #321