Skip to content
New issue

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

Ruby unicorn web server is completely broken on WSL #3496

Closed
SamSaffron opened this issue Aug 23, 2018 · 2 comments
Closed

Ruby unicorn web server is completely broken on WSL #3496

SamSaffron opened this issue Aug 23, 2018 · 2 comments

Comments

@SamSaffron
Copy link

To repro:

install ruby

gem install unicorn

create a rackup.ru file with the contents:

class HelloWorld
  def call(env)
    [200, {"Content-Type" => "text/html"}, ["Hello World!"]]
  end
end

run HelloWorld.new

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

@SamSaffron
Copy link
Author

per @bitcrazed ping @tara-raj

@therealkenc
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants