Merge pull request #125 from apache/HTTPCLIENT-1956

HTTPCLIENT-1956
This commit is contained in:
Oleg Kalnichevski 2018-12-18 11:08:36 +01:00 committed by GitHub
commit a0c20ec14d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -268,6 +268,7 @@ public class MainClientExec implements ClientExecChain {
this.authenticator.generateAuthResponse(request, proxyAuthState, context);
}
context.setAttribute(HttpCoreContext.HTTP_REQUEST, request);
response = requestExecutor.execute(request, managedConn, context);
// The connection is in or can be brought to a re-usable state.