Open iliastsi opened 5 years ago
The problem here is that the code at https://github.com/snapframework/io-streams-haproxy/blob/master/src/System/IO/Streams/Network/HAProxy.hs#L76 which tries to compute the type of the socket does not take into account that SOCK_STREAM
and SOCK_DGRAM
are platform dependent and have different values on mips than on x86_64.
Hi!
test/blackbox_local
fails on mipsel with the following error:You can find complete logs here. Please let me know if I can help debugging this.