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:
Jesse McConnell 2009-08-31 16:34:58 +00:00
parent 00d961d4fd
commit 4b22715b89
1 changed files with 1 additions and 0 deletions

View File

@ -426,6 +426,7 @@ public class HttpDestination
public void resend(HttpExchange ex) throws IOException
{
ex.getEventListener().onRetry();
ex.reset();
doSend(ex);
}