Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EventSource: avoid rethrowing moved-from exception
`kj::getCaughtExceptionAsKj()` can move data out of the caught exception, so rethrowing it can result in exceptions with missing data.
- Loading branch information