| 
				
			 | 
			
			
				@@ -277,7 +277,7 @@ export default class XMLHttpRequest extends XMLHttpRequestEventTarget{ 
			 | 
		
	
		
			
			| 
				277
			 | 
			
				277
			 | 
			
			
				   _headerReceived = (e) => { 
			 | 
		
	
		
			
			| 
				278
			 | 
			
				278
			 | 
			
			
				     log.debug('header received ', this._task.taskId, e) 
			 | 
		
	
		
			
			| 
				279
			 | 
			
				279
			 | 
			
			
				     this.responseURL = this._url 
			 | 
		
	
		
			
			| 
				280
			 | 
			
				
			 | 
			
			
				-    if(e.state === "2") { 
			 | 
		
	
		
			
			| 
				
			 | 
			
				280
			 | 
			
			
				+    if(e.state === "2" && e.taskId === this._task.taskId) { 
			 | 
		
	
		
			
			| 
				281
			 | 
			
				281
			 | 
			
			
				       this._responseHeaders = e.headers 
			 | 
		
	
		
			
			| 
				282
			 | 
			
				282
			 | 
			
			
				       this._statusText = e.status 
			 | 
		
	
		
			
			| 
				283
			 | 
			
				283
			 | 
			
			
				       this._status = Math.floor(e.status) 
			 |