BUG 288153 reset exchange when resending
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@786 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
00d961d4fd
commit
4b22715b89
|
@ -426,6 +426,7 @@ public class HttpDestination
|
||||||
public void resend(HttpExchange ex) throws IOException
|
public void resend(HttpExchange ex) throws IOException
|
||||||
{
|
{
|
||||||
ex.getEventListener().onRetry();
|
ex.getEventListener().onRetry();
|
||||||
|
ex.reset();
|
||||||
doSend(ex);
|
doSend(ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue