Thus, depending on the design, a proxy may continue to read response body while the service is doing its thing and the interpreter instance is waiting.
In fact, in most cases, a complete body will _not_ be available at any single time -- it is just too big to cache (the service can cache the body if it needs to, but the proxy may not).