calvin2021y
calvin2021y
Is android/ios supported ?
Almose half a quarter passed since 2023, any scheche on the remain work ? any one responsible for the rest work ?
50% of 2023 has passed. If there are any updates on the remaining work, please share them with us.
Not sure this related into CURL drop frame problem, I use curl 8.1.2 with 11247 patch. get problem from ios arm64 and android arm32. error come from this line: ```diff...
try with `CURLOPT_HTTP_VERSION` , `CURL_HTTP_VERSION_1_1`, problem still exits.
Is there a roadmap or plan with timetable for mobile support?
maybe a unit tests can prevent this kind error.
maybe use `netcat` and `pv` to limit the send speed of a exists tcp stream ```sh nc -l -p 8888 | pv -L 512 | nc example.com 80 ``` in...
test ```sh curl -L https://github.com/containers/crun/releases/download/1.7.2/crun-1.7.2-linux-amd64 -o /usr/bin/crun curl -L https://github.com/containers/crun/releases/download/1.7.2/crun-1.7.2-linux-amd64-disable-systemd -o /usr/bin/crun ``` both work
the caller response for create a pair fd and pass it into crun. all 3 fd is create by parent process. the container init process will find it and use...