-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
UPSTREAM Don't pretty print by default #3095
UPSTREAM Don't pretty print by default #3095
Conversation
} | ||
userAgent := req.UserAgent() | ||
// This covers basic all browers and cli http tools | ||
if strings.HasPrefix(userAgent, "curl") || strings.HasPrefix(userAgent, "Wget") || strings.HasPrefix(userAgent, "Mozilla/5.0") { |
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.
Really?
ffed5c3
to
5de517c
Compare
[test] |
@smarterclayton - I think we want this perf fix. |
LGTM [merge] |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/3181/) |
Evaluated for origin up to 5de517c |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/3181/) (Image: devenv-fedora_1804) |
Merged by openshift-bot
cc @smarterclayton
kubernetes/kubernetes#9361