Browse Source
This commit changes the `headers(HttpHeaders)` method in DefaultClientRequestBuilder so that it copies the individual header values instead of using the `List<String>` value directly. The reason for this change is that the list of values can be immutable, and adding additional values after that could result in UnsupportedOperationExceptions.pull/1364/merge
Arjen Poutsma
8 years ago
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue