Code review comment for lp:~soren/nova/twisted-web-s3-server

Revision history for this message
justinsb (justin-fathomdb) wrote :

Missing call to request.finish() in render_GET in ImageResource

        request.write(json.dumps([i.metadata for i in images]))
+ request.finish()
        return server.NOT_DONE_YET

« Back to merge proposal