bneradt opened a new pull request, #12785: URL: https://github.com/apache/trafficserver/pull/12785
When crash_logger_invoke writes crash data and then closes the pipe, poll() returns with both POLLHUP and POLLIN set. The previous check from silently ignored. Now we only check for POLLIN - if data is available, we process it regardless of whether POLLHUP is also set. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
