alertedsnake

Results 2 issues of alertedsnake

@abrasive changed this in PR #30 https://github.com/rgalanakis/hostthedocs/pull/30/files#diff-452aa13f6fb8e9b475a6a45095e25a1d Since this, the server returns 302s with the Location header: `http://package/version/index.html` when it was previously (and should be, I'd think) returning: `http://hostname.domain.com/package/version/index.html` Am...

So I noticed that there's a scan in `hasLock()` - is there a reason why this is not just a get? I see there's some timestamp comparison in here, but...