Leandre
Leandre
update: from what i'm seeing, passing `PIPE_DUP` does prevent a crash, but the 2nd following `fread` returns 0 aside that, only commenting `fclose` and keeping `PIPE_NOOPT` works perfectly, but it...
The problem is that the first call to `fclose` closes the `fd` associated, and as it not duped, the following `fclose` call crashes with an __invalid free()__ ``` ==26727== Address...
The associated problem, is that we use `FILE *` everywhere, which is convenient for a lot of operations, but it's impossible to release the allocated `FILE` structure that comes with...
For you guys at Epitech, I'll try to make a pull request if I have the time to fix this, meanwhile, you can just dodge this test in your project....
I'm kinda late but I found the problem, it's linked to the boost version, in which the includes needed for the template in Promise.hpp results in an ill formed class...
If you really want to access "APIURL:0/socket.io/?EIO=4&transport=websocket#", then you have a problem somewhere, as "0" is not a valid port, it might be the problem here.