a python http chunk server, a java http client, and a python http client to test http-chunks.
cd python-server
python main.py
Output:
Starting server, use <Ctrl-C> to stop
cd java-apache-hc-client
mvn package
java -jar target/chunkedclient-1.0-SNAPSHOT-jar-with-dependencies.jar
Output:
10
100
1000
8186
1814
-1
cd python-client
python main.py
Output:
10
100
1000
10000