HTTPCLIENT-687: Correctly set response parameters
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@582639 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8ad4cebc82
commit
d7a751cfeb
|
@ -363,8 +363,7 @@ public class DefaultClientRequestDirector
|
|||
throw ex;
|
||||
}
|
||||
|
||||
// no need to link parameters, stack is copied to the wrapper:
|
||||
// HttpParamsLinker.link(request, this.params);
|
||||
response.setParams(stackedparams);
|
||||
requestExec.postProcess(response, httpProcessor, context);
|
||||
|
||||
RoutedRequest followup =
|
||||
|
|
Loading…
Reference in New Issue