Simplified Handler by removing the context parameter from failed().
This commit is contained in:
parent
e1e9aa1ad5
commit
7be63d7f76
|
@ -134,7 +134,7 @@ public class SPDYAsyncConnection extends AbstractConnection implements AsyncConn
|
||||||
catch (Exception x)
|
catch (Exception x)
|
||||||
{
|
{
|
||||||
close(false);
|
close(false);
|
||||||
handler.failed(x, context);
|
handler.failed(x);
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue