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
To repro:
install ruby
gem install unicorn
create a rackup.ru file with the contents:
rackup.ru
class HelloWorld def call(env) [200, {"Content-Type" => "text/html"}, ["Hello World!"]] end end run HelloWorld.new
run unicorn
unicorn
This is due to socket options, also reported here: #1982 (comment) and https://bogomips.org/unicorn-public/CAAtdryOtTO8HGTeKLy_JbeRhWLC7JZpCABVpbpEK+z67JHx=ew@mail.gmail.com/T/#u
The text was updated successfully, but these errors were encountered:
per @bitcrazed ping @tara-raj
Sorry, something went wrong.
This is due to socket options, also reported here: #1982 (comment)
No strace or rest or ISSUE_TEMPLATE.md but I'll take your word for it.
strace
No branches or pull requests
To repro:
install ruby
create a
rackup.ru
file with the contents:run
unicorn
This is due to socket options, also reported here: #1982 (comment) and https://bogomips.org/unicorn-public/CAAtdryOtTO8HGTeKLy_JbeRhWLC7JZpCABVpbpEK+z67JHx=ew@mail.gmail.com/T/#u
The text was updated successfully, but these errors were encountered: