We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b8b3f7 commit 53fb509Copy full SHA for 53fb509
ingress/origin_service.go
@@ -263,10 +263,6 @@ func newDefaultStatusCode(log *zerolog.Logger) statusCode {
263
}
264
265
func (o *statusCode) String() string {
266
- // returning a different service name can help with identifying users via config that don't setup ingress rules
267
- if o.defaultResp {
268
- return "default_http_status:502"
269
- }
270
return fmt.Sprintf("http_status:%d", o.code)
271
272
0 commit comments