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 85c0f47337
commit d22fa0dae1
1 changed files with 1 additions and 1 deletions

View File

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