Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix nil pointer dereference panic in error case of Read from unconnected underlay conn. This is only a minor edge case; the problem only occured on read errors which the dispatcher considers fatal anyway. However, the panic did mask the cause for the read error (in my case, too many open files) from the logs. Note that the router uses connected underay conns, which use a different code path.
- Loading branch information