]> granicus.if.org Git - libevent/commit
test: increase buffer size for http/data_length_constraints to trigger EPIPE
authorAzat Khuzhin <a3at.mail@gmail.com>
Wed, 10 Feb 2016 09:37:30 +0000 (12:37 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Tue, 8 Mar 2016 22:12:50 +0000 (01:12 +0300)
commit0792e1e7a775f95b395a45c78052c842817749c0
treeb6aab223d6ea5b528882dea2a43527b278e32d2a
parent2d3cd35362f76bb5a5a462db585b318d26a447fa
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
test/regress_http.c