about summary refs log tree commit homepage
path: root/t/t0032-close-pipe-to_path-response.sh
DateCommit message (Collapse)
2010-08-17avoid EBADF with certain middlewares when proxying
First off we use an FD_MAP to avoid creating redundant IO objects which map to the same FD. When that doesn't work, we'll fall back to trapping Errno::EBADF and IOError where appropriate.