Skip to content

Commit cb794b1

Browse files
authored
Merge branch 'master' into chore/restore-munit
2 parents 685c834 + e728b60 commit cb794b1

File tree

1 file changed

+3
-0
lines changed
  • mule-http-connector/src/main/java/org/mule/extension/http/internal/listener

1 file changed

+3
-0
lines changed

mule-http-connector/src/main/java/org/mule/extension/http/internal/listener/HttpListener.java

+3
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,9 @@ private List<ErrorTypeMatcher> createErrorMatcherList(ErrorTypeRepository errorT
389389
}
390390

391391
private boolean isContextStopping() {
392+
if (muleContextStopWatcher == null) {
393+
return false;
394+
}
392395
return muleContextStopWatcher.isStopping();
393396
}
394397

0 commit comments

Comments
 (0)