summaryrefslogtreecommitdiff
path: root/_test/tests/inc/httpclient_http.test.php
Commit message (Collapse)AuthorAge
* introduce new "flaky" test groupAndreas Gohr2015-04-25
| | | | this group is skipped by default
* more robust HTTP testingAndreas Gohr2014-02-09
| | | | | | connections are now retried after timeout and failing connections will be marked as skipped instead of failing. This should reduce false alarms on travis
* always show error on HTTP test failsAndreas Gohr2014-02-09
|
* HTTPClient don't pull too much bytes when no content-length is givenAndreas Gohr2013-08-02
|
* use http_build_query() in HTTPClientAndreas Gohr2013-08-01
| | | | this ensures nested POST data is correctly encoded
* stream select parameters need to be reset for each callAndreas Gohr2013-03-24
|
* added another HTTPClient testAndreas Gohr2013-02-16
|
* Adjust unit test to reflect desired behavior of max_bodysizeTom N Harris2012-07-01
|
* HTTPClient will read up to max_bodysize if it canTom N Harris2012-06-20
|
* Unit test for HTTPClient chunked encodingTom N Harris2012-06-19
|
* reenabled romanization testAndreas Gohr2012-04-20
| | | | The test can be skipped by excluding the "slow" group.
* moved _testing to _testTobias Sarnowski2012-04-18