quirkey / vegas

Vegas aims to solve the simple problem of creating executable versions of Sinatra/Rack apps.
http://code.quirkey.com/vegas
MIT License
183 stars 24 forks source link

Fix for "Operation not permitted" bug under Cygwin #4

Closed ijayasin closed 12 years ago

ijayasin commented 14 years ago

Aaron, this is a fix for an error I was getting under Cygwin. When checking to see whether the port is already in use, you expect "Errno::ECONNREFUSED". The thing is, under Cygwin (and maybe even Windows) it raises Errno::EPERM.