Version 3.2.12
- Make sure argument to
URI.internis a string. - In
URI#freeze, synchronize mutex before checking forfrozen?This was a race condition.
URI.intern is a string.URI#freeze, synchronize mutex before checking for frozen? This was a race condition.