-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use gzip compression for data sent from agent #329
base: master
Are you sure you want to change the base?
Conversation
### What's done: * Support in agent
Codecov Report
@@ Coverage Diff @@
## master #329 +/- ##
============================================
- Coverage 75.78% 75.46% -0.32%
- Complexity 279 280 +1
============================================
Files 36 36
Lines 1276 1280 +4
Branches 96 98 +2
============================================
- Hits 967 966 -1
- Misses 208 211 +3
- Partials 101 103 +2
Continue to review full report at Codecov.
|
Looks like it is done, haha :) |
Not quite, it looks like it only adds support for decoding gzipped responses from the server. I was inspecting traffic with tcpdump, and request body still is displayed in plain text. |
# Conflicts: # save-agent/build.gradle.kts
* Experiments with deflating with zlib
a546232
to
e9b9ff8
Compare
877c276
to
620a3ea
Compare
What's done:
Related to #298