This repository has been archived by the owner on Nov 23, 2020. It is now read-only.
1.5.5
Bug fix release with improvements in the Http client for streaming
requests. Importantly, python 3.6 passes all tests.
- Python 3.6-dev tests passing on travis
- Fixed HttpTestClient 7641cc5
- Abort connection if not closing within 3 seconds
- Added
done
method toProtocolConsumer
- Don't detach connection when streaming and response is done already 8be1caa
- Install
bench
command for benchmarking tests - Fixed multi label test run