Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow control of buffer size for TCPClient, improve error messages. | Aldo Cortesi | 2012-06-30 | 1 | -3/+3 |
| | |||||
* | Minor refactoring. | Aldo Cortesi | 2012-06-27 | 1 | -0/+3 |
| | |||||
* | Don't read all from server by default. | Aldo Cortesi | 2012-06-24 | 1 | -1/+1 |
| | | | | | This can cause us to hang waiting for data. More research is needed to establish the right course of action here. | ||||
* | Add and unit test http.read_response | Aldo Cortesi | 2012-06-24 | 1 | -4/+36 |
| | |||||
* | Make read_headers return an ODictCaseless object. | Aldo Cortesi | 2012-06-24 | 1 | -2/+3 |
| | |||||
* | 100% testcoverage for netlib.http | Aldo Cortesi | 2012-06-23 | 1 | -33/+58 |
| | |||||
* | protocol.py -> http.py | Aldo Cortesi | 2012-06-23 | 1 | -0/+218 |