-
Couldn't load subscription status.
- Fork 62
Added: GZip compression feature (#621) #623
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
Conversation
Ant-hem
commented
Jul 2, 2019
| Q | A |
|---|---|
| Bug fix? | no |
| New feature? | yes |
| BC breaks? | no |
| Related Issue | Fix #621 |
| Need Doc update | yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps we had the discussion just after this PR but could we change this implementation for the enum version of it? Not a GzipEnabled boolean but rather a Compression.{None,GZIP} enum-like one?
Yes definitely! I did it for Java, will do for C# now :) This proposition was the first draft. |
e5237a4 to
55494d8
Compare
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
|
||
| DefaultHosts = hosts; | ||
|
|
||
| Compression = CompressionType.GZIP; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it's the default value, don't we want to change it for NONE?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Just updated it.
[changelog]
|
Azure Pipelines successfully started running 1 pipeline(s). |