mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	HTTP In should pass application/octet-stream as buffer not string
Fixes #1023
This commit is contained in:
		@@ -45,6 +45,9 @@ module.exports = function(RED) {
 | 
			
		||||
                isText = false;
 | 
			
		||||
            } else if (parsedType.subtype !== "octet-stream") {
 | 
			
		||||
                checkUTF = true;
 | 
			
		||||
            } else {
 | 
			
		||||
                // applicatino/octet-stream
 | 
			
		||||
                isText = false;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user