Post #2901537
2026-04-27 20:44 UTC
@elithebearded@fed.qaz.red Maaaaybe?
I see `Transfer-Encoding: chunked` mentioned in the docs for urllib.request, but I’m not sure if I’ve ever encountered a chunked response in my scripts.
Replies (1)
-
@elithebearded@fed.qaz.red 2026-04-27 21:08
@alex@social.alexwlchan.net It was a pain for me when I was writing my own http library. Took a few iterations to get it to work right. I don't log when it happens, so I don't know how common it is these days