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:
Oleg Kalnichevski 2007-10-07 14:48:11 +00:00
parent 8ad4cebc82
commit d7a751cfeb
1 changed files with 1 additions and 2 deletions

View File

@ -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 =