Add 'Transfer-Encoding' header to the list of filtered headers

Resolves #1220
This commit is contained in:
Oleg Zhurakousky
2024-12-19 15:09:34 +01:00
parent 1ecc876e26
commit 85cc8e93e1
3 changed files with 67 additions and 0 deletions

View File

@@ -66,6 +66,11 @@
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>