We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code hangs forever:
str="http://www.zerochan.net/868902********************************************************************" PostRank::URI.extract(str)
I'm on Ruby 1.8.7.
The text was updated successfully, but these errors were encountered:
I should say that there isn't even a hacky timeout workaround. This locks up all threads, which doesn't let me to timeout(3) { func }
:(
Sorry, something went wrong.
Hmm, interesting. It appears to hang on the regex match. Removing the \* from the valid_path_chars unblocks it, but that's obviously not the right solution: https://github.com/postrank-labs/postrank-uri/blob/master/lib/postrank-uri.rb#L47
\*
No branches or pull requests
The following code hangs forever:
I'm on Ruby 1.8.7.
The text was updated successfully, but these errors were encountered: