Code review comment for lp:~alecu/unity-lens-music/musicstore-purchase

Revision history for this message
Michal Hruby (mhr3) wrote :

329 + var cover_pixbuf = new Pixbuf.from_stream (cover_file.read ());

Doing a blocking read on an http connection before actually returning a preview is a very bad idea. Please move this elsewhere.

« Back to merge proposal