Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant connection check in send function.
The connection check is performed in the c.Reset call just before the c.checkconn call, making this redundant. Removing it simplifies the code and eliminates unnecessary error handling for connection status. This change helps improve code maintainability.
- Loading branch information