Open zeenix opened 3 years ago
In GitLab by @elmarco on Jan 19, 2021, 12:49
Wait a bit. I am working on handshake refactoring, to make it more compliant to the spec, I'll send a series soon.
@elmarco cool but no hurry. I didn't plan to work on this soon. Just didn't want to forget about it.
The handshake code was written for non-blocking synchronous API and hence it's a bit hairy. Now that we don't need that, this code can be made much simpler through the use of async/await and async-io.