You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Motivation:
We added a fatalError to report NIOHTTP1TestServer handleChannel
failures when doing the strict concurrency work which are now being hit.
We don't know if these failures are actually new or not because the
previous code just swallowed such errors.
### Modifications:
Print the errors but limp-on to see if the test goes on to pass, if so
this might not be a new error.
### Result:
Less severe response to NIOHTTP1TestServer handleChannel failure.
0 commit comments