mirror of
				https://github.com/rclone/rclone.git
				synced 2025-10-30 23:17:59 +02:00 
			
		
		
		
	http: fix missing response when using custom auth handler
This commit is contained in:
		| @@ -113,6 +113,7 @@ func CustomAuth(fn CustomAuthFn, realm string) httplib.Middleware { | ||||
| 				if value != nil { | ||||
| 					r = r.WithContext(context.WithValue(r.Context(), ContextAuthKey, value)) | ||||
| 				} | ||||
| 				next.ServeHTTP(w, r) | ||||
| 			} | ||||
| 		}) | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user