#rfc9112

Frank Abelbeckfrank@troet.cafe
2025-09-21

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.

#python3 #asyncio #HTTP #rfc9110 #rfc9112

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst