Dragonfly to support line exclusion
This commit is contained in:
		@@ -41,7 +41,7 @@ class CResponse
 | 
			
		||||
class CRequest
 | 
			
		||||
{
 | 
			
		||||
	get isPost() { return this.raw.method == 'POST'; }
 | 
			
		||||
	get remoteAddr() { return this.raw.connection.remoteAddress; }
 | 
			
		||||
	get remoteAddr() { return this.raw.socket.remoteAddress; }
 | 
			
		||||
 | 
			
		||||
	constructor( req, Http )
 | 
			
		||||
	{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user