luvit / lit

Toolkit for developing, sharing, and running luvit/lua programs and libraries.
http://lit.luvit.io/
Apache License 2.0
245 stars 58 forks source link

Can't download weblit #92

Closed creationix closed 9 years ago

creationix commented 9 years ago

Something is wrong with the protocols that prevents init.lua (2edfadac3bcb7d8098a7ff8f9b2f767b67b69018) from weblit to fetch.

It appears the client requests the correct hash and the server sends something in response, but the client never gets the response websocket frame.

screen shot 2015-06-22 at 4 56 56 pm

creationix commented 9 years ago

Fixed in 4cffee03d2388161f6202ee20c7f265b2701d668

creationix commented 9 years ago

The issue was on the server-side, I've updated the server's lit to 2.0.5 and restarted the lit service.