Using http.client in Python 3.3+ (or any other builtin python HTTP client library), how can I read a chunked HTTP response exactly one HTTP chunk at a time? I’m extending an existing test fixture (written in python using http.client) for a server which writes its response using HTTP’s chunked transfer encoding. For the sake of simplicity, let’s say that I’d