Skip to content

Commit 552e5ef

Browse files
committed
exception error level update to E_ERROR
1 parent 53b2e91 commit 552e5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swoole_http.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ static int http_onReceive(swFactory *factory, swEventData *req)
399399
}
400400
if (EG(exception))
401401
{
402-
zend_exception_error(EG(exception), E_WARNING TSRMLS_CC);
402+
zend_exception_error(EG(exception), E_ERROR TSRMLS_CC);
403403
}
404404
if (retval)
405405
{

0 commit comments

Comments
 (0)