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
85c0f47337
commit
d22fa0dae1
|
@ -208,7 +208,7 @@ public class ProxyHTTPSPDYConnection extends HttpConnection implements HttpParse
|
||||||
@Override
|
@Override
|
||||||
public void goAway(GoAwayInfo goAwayInfo, Callback handler)
|
public void goAway(GoAwayInfo goAwayInfo, Callback handler)
|
||||||
{
|
{
|
||||||
getEndPoint().close();
|
ProxyHTTPSPDYConnection.this.close();
|
||||||
handler.succeeded();
|
handler.succeeded();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue