Merge branch 'master' into commercial
This commit is contained in:
		
						commit
						9cd489f575
					
				| @ -52,7 +52,7 @@ module.exports.create = function (state) { | |||||||
|     || redirectHttpsAndClose |     || redirectHttpsAndClose | ||||||
|   ); |   ); | ||||||
|   state.handleInsecureHttp = function (servername, socket) { |   state.handleInsecureHttp = function (servername, socket) { | ||||||
|     console.log("handleInsecureHttp('" + servername + "', socket)"); |     console.log("[handlers] insecure http for '" + servername + "'"); | ||||||
|     socket.__my_servername = servername; |     socket.__my_servername = servername; | ||||||
|     state.httpInsecureServer.emit('connection', socket); |     state.httpInsecureServer.emit('connection', socket); | ||||||
|   }; |   }; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user