swift-http-types
swift-http-types copied to clipboard
Why does HTTPFields._Storage have a lock?
Since it's handled as CoW through isKnownUniquelyReferenced, I would not expect to need a lock.