Don't DIE when establishing backend HTTP2 connection failed

This commit is contained in:
Tatsuhiro Tsujikawa 2013-11-16 01:31:32 +09:00
parent 1f3840f4a2
commit 81cf484124
1 changed files with 0 additions and 1 deletions

View File

@ -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: