Commit 506f2c1
authored
apps, http: Enable compressed (gzip) response (#2626)
This allows transferring JSONs faster over the network. Note that the
default behavior doesn't change. The compression is enabled only if the
request contains the header `Accept-Encoding` with a supported
compression method.
Signed-off-by: Stanislav German-Evtushenko <ginermail@gmail.com>1 parent 22582e9 commit 506f2c1
File tree
1 file changed
+1
-1
lines changed- apps/common/src/main/scala/org/lfdecentralizedtrust/splice/admin/http
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments