Skip to content
Snippets Groups Projects
Select Git revision
  • main default protected
  • next protected
  • UI-EvenMoreTweaks
  • merge/materials_featurette protected
  • merge/webrtc protected
  • darl/linux-sh-installer
  • xenhat/maint/bolt
  • xenhat/features/cinematic-mode-new
  • screensquare
  • ssestuff
  • spdlog
  • 7.1.7.2486-beta
  • 7.1.4.2442-beta
  • 7.1.4.2413-beta
  • 7.1.3.2338-beta
  • 7.1.3.2332-beta
  • 7.1.2.2304-beta
  • 7.1.1.2251-beta
  • 7.0.1.2244-beta
  • 7.0.1.2240-beta
  • 7.0.1.2230-beta
  • 7.0.1.2206-beta
22 results

viewer

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Nat Goodspeed authored
    We can't count on every child process reading everything we try to write to
    it. And if the child terminates with WritePipe data still pending, unless we
    explicitly suppress it, Posix will hit us with SIGPIPE. That would terminate
    the calling process, boom. "Ignoring" it means APR gets the correct errno,
    passes it back to us, we log it, etc.
    40dc3e0d
    History