Skip to content

Commit 67669e1

Browse files
authored
fix: remove chunked streaming mode (#974)
1 parent 22003e8 commit 67669e1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
* Auto-Configure `inAppIncludes` in Spring Boot integration #966
55
* Enhancement: make getThrowable public and improve set contexts #967
66
* Bump: Android Gradle Plugin 4.0.2 #968
7-
* Enhancement: accepted quoted values in properties from external configuration
7+
* Enhancement: accepted quoted values in properties from external configuration #972
8+
* fix: remove chunked streaming mode #974
89

910
# 3.0.0
1011

sentry/src/main/java/io/sentry/transport/HttpTransport.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ public boolean isRetryAfter(final @NotNull String itemType) {
224224

225225
connection.setRequestMethod("POST");
226226
connection.setDoOutput(true);
227-
connection.setChunkedStreamingMode(0);
228227

229228
connection.setRequestProperty("Content-Encoding", "gzip");
230229
connection.setRequestProperty("Content-Type", "application/x-sentry-envelope");

0 commit comments

Comments
 (0)