Pavel Raiskup wrote:
should we take the detection of /dev/null output as an OK exception?
Since bytes sent to /dev/null are discarded, it seems like an allowable optimization to not bother to send them if one discovers that the output is /dev/null.
Pavel Raiskup wrote:
should we take the detection of /dev/null output as an OK exception?
Since bytes sent to /dev/null are discarded, it seems like an allowable optimization to not bother to send them if one discovers that the output is /dev/null.