Age | Commit message (Collapse) | Author |
|
[ci skip]
|
|
|
|
We can now insert steps between the two parts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix #2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Avoids:
- Relying on github’s services
- Fetching a new (malicious) version, automatically, without any “check”
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Because if we have a send event to signal the connection sucess + a recv
event to signal something to read on the socket, we need to first finish the
connect process before reading the available data. That’s what we do now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I think it was a UB
|
|
|
|
|
|
|
|
fix #3157
|
|
ref #3152
|
|
|
|
|
|
|