mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Do not log stack trace for the error http.StatusBadRequest (400).
This commit is contained in:
		@@ -960,6 +960,7 @@ func (s *Server) ServeHTTP(w http.ResponseWriter, req *http.Request) {
 | 
				
			|||||||
			http.StatusOK,
 | 
								http.StatusOK,
 | 
				
			||||||
			http.StatusMovedPermanently,
 | 
								http.StatusMovedPermanently,
 | 
				
			||||||
			http.StatusTemporaryRedirect,
 | 
								http.StatusTemporaryRedirect,
 | 
				
			||||||
 | 
								http.StatusBadRequest,
 | 
				
			||||||
			http.StatusNotFound,
 | 
								http.StatusNotFound,
 | 
				
			||||||
			http.StatusSwitchingProtocols,
 | 
								http.StatusSwitchingProtocols,
 | 
				
			||||||
		),
 | 
							),
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user