mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
Consolidate the repeated socketpair + adopt + configure pattern from 4 call sites into a single Transport::create_paired() factory method. This fixes inconsistent error handling and socket configuration across call sites, and prepares for future mach port support on macOS.