Ok, I agree. I was thinking validation would be better, if the Router can't accept it. But I just verified, Go fails to unmarshal numbers too big with `json: cannot unmarshal number 2147483648 into Go struct field Foo.Bar of type int32`. So using an int32 is just as good as validation; better, because we don't have to write it.
I'll change it. [ Full content available at: https://github.com/apache/trafficcontrol/pull/2824 ] This message was relayed via gitbox.apache.org for [email protected]
