Commit 3f5802f
authored
Removed: BODY_BYTE_COUNT limit from datafile response
production datafile size crossed 1MB (1000000 bytes to 1000107 bytes) so while reading the response body with BODY_BYTE_COUNT limit of 1000000 bytes, last 107 bytes were not getting read resulting in Invalid response body hence resulting in JSON parsing exception.1 parent 2724ddf commit 3f5802f
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
| |||
135 | 134 | | |
136 | 135 | | |
137 | 136 | | |
138 | | - | |
139 | | - | |
| 137 | + | |
| 138 | + | |
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
| |||
0 commit comments