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