`decode_payload` reads the stream to the end, when it should instead read chunk by chunk. This makes BlocksByRange responses fail with a snappy error.
decode_payloadreads the stream to the end, when it should instead read chunk by chunk. This makes BlocksByRange responses fail with a snappy error.