srijeet0406 commented on a change in pull request #5345:
URL: https://github.com/apache/trafficcontrol/pull/5345#discussion_r535798581
##########
File path: lib/go-tc/deliveryservices.go
##########
@@ -172,11 +174,12 @@ type DeliveryServiceV11 struct {
type DeliveryServiceNullableV30 struct {
DeliveryServiceNullableV15
- Topology *string `json:"topology" db:"topology"`
- FirstHeaderRewrite *string `json:"firstHeaderRewrite"
db:"first_header_rewrite"`
- InnerHeaderRewrite *string `json:"innerHeaderRewrite"
db:"inner_header_rewrite"`
- LastHeaderRewrite *string `json:"lastHeaderRewrite"
db:"last_header_rewrite"`
- ServiceCategory *string `json:"serviceCategory"
db:"service_category"`
+ Topology *string `json:"topology" db:"topology"`
+ FirstHeaderRewrite *string `json:"firstHeaderRewrite"
db:"first_header_rewrite"`
+ InnerHeaderRewrite *string `json:"innerHeaderRewrite"
db:"inner_header_rewrite"`
+ LastHeaderRewrite *string `json:"lastHeaderRewrite"
db:"last_header_rewrite"`
+ ServiceCategory *string `json:"serviceCategory"
db:"service_category"`
+ MaxRequestHeaderSize *int `json:"maxRequestHeaderSize"
db:"max_request_header_size"`
Review comment:
The DS `active` flag change(that I worked on) is not modifying the
structure. It just lets us query by the `active` flag.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]