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

Figure out why the Rack specs do not start the Server. #1

Open
postmodern opened this issue Apr 6, 2011 · 1 comment
Open

Figure out why the Rack specs do not start the Server. #1

postmodern opened this issue Apr 6, 2011 · 1 comment

Comments

@postmodern
Copy link
Owner

The Rack specs do not start the Server in the background, causing all specs to fail to connect.

@johncant
Copy link

johncant commented Sep 6, 2012

If this is the same bug, I narrowed it down to this line:

https://github.com/postmodern/net-http-server/blob/master/spec/rack/handler/helpers/test_request.rb#L8

that is calling the dodgy code. What happens in my case is that the server starts, and accepts a connection, but doesn't send a response, and doesn't close the connection.

Problem is, I don't know enough about Rack to get the offending line to log it's error.

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