416251 ProxyHTTPToSPDYConnection now sends a 502 to the client if it receives a rst frame from the upstream spdy server

This commit is contained in:
Thomas Becker 2013-08-30 17:14:57 +02:00
parent 1ad4f89638
commit b54538793b
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ public class ProxyHTTPSPDYConnection extends HttpConnection implements HttpParse
@Override
public void goAway(GoAwayInfo goAwayInfo, Callback handler)
{
getEndPoint().close();
ProxyHTTPSPDYConnection.this.close();
handler.succeeded();
}
}