masaori335 commented on a change in pull request #7923:
URL: https://github.com/apache/trafficserver/pull/7923#discussion_r647019340
##########
File path: iocore/net/UnixNetVConnection.cc
##########
@@ -199,12 +199,6 @@ read_from_net(NetHandler *nh, UnixNetVConnection *vc,
EThread *thread)
return;
}
- if (vc->has_error()) {
- vc->lerrno = vc->error;
- vc->readSignalAndUpdate(VC_EVENT_ERROR);
Review comment:
I'm +1 on getting rid of this block. It's making the problem.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]