Don't DIE when establishing backend HTTP2 connection failed
This commit is contained in:
parent
1f3840f4a2
commit
81cf484124
|
@ -155,7 +155,6 @@ void notify_readcb(bufferevent *bev, void *arg)
|
|||
if(rv != 0) {
|
||||
SSLOG(FATAL, http2session)
|
||||
<< "Could not initiate notification connection";
|
||||
DIE();
|
||||
}
|
||||
break;
|
||||
case Http2Session::CONNECTED:
|
||||
|
|
Loading…
Reference in New Issue