mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #67109 from MHBauer/error-typo
Automatic merge from submit-queue (batch tested with PRs 65561, 67109, 67450, 67456, 67402). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. error text refers to wrong stream type **What this PR does / why we need it**: clarify error text **Special notes for your reviewer**: I think this was a copy and paste error. **Release note**: ```release-note NONE ```
This commit is contained in:
		@@ -46,7 +46,7 @@ func handleHttpStreams(req *http.Request, w http.ResponseWriter, portForwarder P
 | 
			
		||||
	upgrader := spdy.NewResponseUpgrader()
 | 
			
		||||
	conn := upgrader.UpgradeResponse(w, req, httpStreamReceived(streamChan))
 | 
			
		||||
	if conn == nil {
 | 
			
		||||
		return errors.New("Unable to upgrade websocket connection")
 | 
			
		||||
		return errors.New("Unable to upgrade httpstream connection")
 | 
			
		||||
	}
 | 
			
		||||
	defer conn.Close()
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user