Install socket.io via a tarball. This is the only way to get a socket.io version that runs properly behind a reverse proxy. This is a temporary fix until a new socket.io version is released

This commit is contained in:
Peter 'Pita' Martischka 2011-07-11 14:05:29 +02:00
parent 93ccbaef3a
commit e9d6000e01
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
{ "name": "Hans Pinckaers"}
],
"dependencies" : {
"socket.io" : "0.7.2",
"socket.io" : "https://github.com/Pita/socket.io/tarball/master",
"ueberDB" : "0.0.8",
"async" : "0.1.9",
"joose" : "3.18.0",