1d9090aab2
Motivation: While iterating values it is often desirable to be able to remove individual entries. The existing mechanism to do this involves removal of all entries and conditional re-insertion which is heavy weight in order to remove a single value. Modifications: - DefaultHeaders$ValueIterator supports removal Result: It is possible to remove entries while iterating the values in DefaultHeaders. |
||
---|---|---|
.. | ||
src | ||
pom.xml |