-
Notifications
You must be signed in to change notification settings - Fork 690
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
Fix negated allow chunked length field #4152
Fix negated allow chunked length field #4152
Conversation
Takes out NewListenerConfig constructor, back to using a struct Pulls out parts of that into pkg/config validation and new package we can use for contourconfiguration crd helpers Still TODO: we need to do a bigger refactor of how we wire up the xds server, xdscache components, informers etc., leaving testing of the contents of cmd/contour to that change Fixes: projectcontour#4140 Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Codecov Report
@@ Coverage Diff @@
## main #4152 +/- ##
==========================================
+ Coverage 73.16% 73.70% +0.53%
==========================================
Files 113 114 +1
Lines 9884 9867 -17
==========================================
+ Hits 7232 7272 +40
+ Misses 2498 2441 -57
Partials 154 154
|
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
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.
LGTM, just a couple non-blocking comments.
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
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.
LGTM, I like the helper refactor, particularly having the Timeouts in their own struct reads nicely.
has some conflicts to resolve before merge. |
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
Takes out NewListenerConfig constructor, back to using a struct
Pulls out parts of that into pkg/config validation and new package we
can use for contourconfiguration crd helpers
Still TODO: we need to do a bigger refactor of how we wire up the xds
server, xdscache components, informers etc., leaving testing of the
contents of cmd/contour to that change
Fixes: #4140