chunked transfer decoding ✅
I had to split HTTP message handling from my HTTPd.py server into a separate module in order to replace urllib.request with an async version.
While testing I stumbled over forums.gentoo.org chunked transfer encoding and devided to integrate transfer decoding in the parsing method.