Fixing Chuncked Encoding

This commit is contained in:
Alexis Delhaie
2020-12-10 11:47:40 +01:00
parent bb16995dbb
commit b82ce01f9d
6 changed files with 21 additions and 22 deletions

View File

@@ -31,6 +31,13 @@
<artifactId>flatlaf</artifactId>
<version>0.43</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-httpclient/commons-httpclient -->
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
</dependencies>
</project>