-
Notifications
You must be signed in to change notification settings - Fork 15
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
Wierd behavior under nginx & mono #1
Comments
My bad - user error! |
Glad you found yourself a solution. I didn't expected someone started using this code so soon. I will put some more documentation and examples when I will have the time. If you have a configuration example for ngnix (that is what I'm using for the test now on windows) or any suggestion it will be appreciated. |
I'm not ignoring you - I've just been too busy to write back! It was really easy to setup in nginx, I'll send you the piece of I liked using your lib because it was nice and simple - thanks! Sent from my iPad On Apr 30, 2012, at 4:58 AM, Luigi Grilli
|
I wrote a barebones app using this library and used nginx on OSX Lion to interface with it. When I use Chrome to invoke my code the browser waits a long time for a response. The browser then gets the response if I kill my test app, almost as if the request has not been ended. However, it should be as I just copied the response code given in the repo example.
What is your method for testing with a vanilla web server (no ASP)?
The text was updated successfully, but these errors were encountered: