Commit 4fd3da4
committed
Update to allow Azure Functions to automatically handle content lenght and transer encoding. This fixes an issue that was breaking the text/plain responses for when
eventLogDump=true parameter is used. Azure Functions seems to handle this correctly and automatically so we should let it do so -- now using Transfer-Encoding: chunked.1 parent 3f1426e commit 4fd3da4
File tree
2 files changed
+0
-3
lines changed- apachefop-serverless-az-func/src/main/java/com/cajuncoding/apachefop/serverless
- http
- web
2 files changed
+0
-3
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| |||
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
86 | | - | |
87 | 85 | | |
88 | 86 | | |
89 | 87 | | |
| |||
0 commit comments