Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | introduce new "flaky" test group | Andreas Gohr | 2015-04-25 |
| | | | | this group is skipped by default | ||
* | more robust HTTP testing | Andreas Gohr | 2014-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 fails | Andreas Gohr | 2014-02-09 |
| | |||
* | HTTPClient don't pull too much bytes when no content-length is given | Andreas Gohr | 2013-08-02 |
| | |||
* | use http_build_query() in HTTPClient | Andreas Gohr | 2013-08-01 |
| | | | | this ensures nested POST data is correctly encoded | ||
* | stream select parameters need to be reset for each call | Andreas Gohr | 2013-03-24 |
| | |||
* | added another HTTPClient test | Andreas Gohr | 2013-02-16 |
| | |||
* | Adjust unit test to reflect desired behavior of max_bodysize | Tom N Harris | 2012-07-01 |
| | |||
* | HTTPClient will read up to max_bodysize if it can | Tom N Harris | 2012-06-20 |
| | |||
* | Unit test for HTTPClient chunked encoding | Tom N Harris | 2012-06-19 |
| | |||
* | reenabled romanization test | Andreas Gohr | 2012-04-20 |
| | | | | The test can be skipped by excluding the "slow" group. | ||
* | moved _testing to _test | Tobias Sarnowski | 2012-04-18 |