refs #565 - reverting 2c9547ab because of unexpected side effects
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -1151,7 +1151,7 @@ Casper.prototype.handleReceivedResource = function(resource) { | ... | @@ -1151,7 +1151,7 @@ Casper.prototype.handleReceivedResource = function(resource) { |
1151 | return; | 1151 | return; |
1152 | } | 1152 | } |
1153 | this.resources.push(resource); | 1153 | this.resources.push(resource); |
1154 | if (resource.url !== this.requestUrl && decodeURIComponent(resource.url) !== this.requestUrl) { | 1154 | if (resource.url !== this.requestUrl) { |
1155 | return; | 1155 | return; |
1156 | } | 1156 | } |
1157 | this.currentHTTPStatus = null; | 1157 | this.currentHTTPStatus = null; | ... | ... |
-
Please register or sign in to post a comment