tests: chunked client_body_max_size fails with old curl
commite948380c2a28f12e7210130bc83fb0ae0e6fcac9
authorEric Wong <normalperson@yhbt.net>
Thu, 20 May 2010 21:22:08 +0000 (20 14:22 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 20 May 2010 21:24:12 +0000 (20 14:24 -0700)
tree61374a5025270d2c30db025d8ca34000fb3d19ab
parentbfe34128aed4ec696bb939c19e86a742297af830
tests: chunked client_body_max_size fails with old curl

curl < 7.18.0 did not check for errors when doing chunked
uploads.  Unfortunately some distros are slow moving and
bundle ancient versions of curl.
t/t0103-rack-input-limit.sh
t/t0104-rack-input-limit-tiny.sh
t/t0105-rack-input-limit-bigger.sh
t/test-lib.sh