Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed options and attrs from LinkedHashMap to ConcurrentHashMap to avoid a possible ConcurrentModificationException if a thread was adding/removing options/attrs while another was calling Bootstrap.init() or Bootstrap.duplicate()
- Loading branch information