metasploit-framework/lib/msf/core/exploit/http
James Lee 1ac1d322f2 Dup before modifying
Because `remove_resource` modifies @my_resources, we can't call it while
iterating over the actual @my_resources. The following snippet
illustrates why:

```
>> a = [1,2,3,4]; a.each {|elem| a.delete(elem); puts elem }
1
3
=> [2, 4]
```

[See #2002]
2013-07-12 00:57:10 -05:00
..
client.rb Enable rhost/rport option overrides in HttpClient 2013-06-17 11:45:01 -05:00
server.rb Dup before modifying 2013-07-12 00:57:10 -05:00