mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Merge pull request #38757 from linki/patch-2
Automatic merge from submit-queue fix typo in apiserver Fixes a small typo I stumbled upon today.
This commit is contained in:
		@@ -193,7 +193,7 @@ func (r *ProxyHandler) ServeHTTP(w http.ResponseWriter, req *http.Request) {
 | 
				
			|||||||
	alreadyRewriting := false
 | 
						alreadyRewriting := false
 | 
				
			||||||
	if roundTripper != nil {
 | 
						if roundTripper != nil {
 | 
				
			||||||
		_, alreadyRewriting = roundTripper.(*proxyutil.Transport)
 | 
							_, alreadyRewriting = roundTripper.(*proxyutil.Transport)
 | 
				
			||||||
		glog.V(5).Infof("[%x] Not making a reriting transport for proxy %s...", proxyHandlerTraceID, req.URL)
 | 
							glog.V(5).Infof("[%x] Not making a rewriting transport for proxy %s...", proxyHandlerTraceID, req.URL)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	if !alreadyRewriting {
 | 
						if !alreadyRewriting {
 | 
				
			||||||
		glog.V(5).Infof("[%x] making a transport for proxy %s...", proxyHandlerTraceID, req.URL)
 | 
							glog.V(5).Infof("[%x] making a transport for proxy %s...", proxyHandlerTraceID, req.URL)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user