You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add conditional imports for Glibc/Musl to support Linux builds
- Replace macOS-specific CFSwapInt16BigToHost with portable ntohs for byte order conversion
- Fix shutdown() calls to use platform-specific namespaces (Darwin/Glibc/Musl)
- Fix minor code warnings (unused variable, boolean test)
The HTTP test server now compiles and runs correctly on both macOS and Linux platforms,
maintaining full backward compatibility while enabling cross-platform support.
This change is required for the test suite to pass in Linux CI environments.
0 commit comments