Open psumbera opened 3 days ago
Disables some tests for Solaris.
test/test_sendfile.rs:
Solaris, sendfilev() doesn't support AF_UNIX sockets. Instead, it expects an AF_INET or AF_INET6 sockets.
BTW, looks like x86_64-sun-solaris was renamed to x86_64-pc-solaris, so this PR can close #935?
x86_64-sun-solaris
x86_64-pc-solaris
Disables some tests for Solaris.
test/test_sendfile.rs:
Solaris, sendfilev() doesn't support AF_UNIX sockets. Instead, it expects an AF_INET or AF_INET6 sockets.