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:
parent
1ad4f89638
commit
b54538793b
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue