Vatavuk / verano-http

Java HTTP Client in OOP style
MIT License
54 stars 6 forks source link

Dict iterator returns Key-Value pairs that are not in the map #27

Closed Vatavuk closed 5 years ago

Vatavuk commented 5 years ago

Multiple Key-Value pairs with the same key are present in Dict.iterator

Vatavuk commented 5 years ago

not really a bug, this can be useful for multi insertions with same key (ex. headers)