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

Does not work on 10.6? #2

Open
lonbaker opened this issue Aug 28, 2009 · 2 comments
Open

Does not work on 10.6? #2

lonbaker opened this issue Aug 28, 2009 · 2 comments

Comments

@lonbaker
Copy link

I am trying the example code the httpserver and no_environment_strings throws a method not found error and process_http_request never gets called.

The require and include statements work fine.

Test fails on:
EEEE..................
Finished in 0.013125 seconds.

  1. Error:
    test_headers(TestApp):
    RangeError: integer 4329072128 too big to convert to int' /Library/Ruby/Gems/1.8/gems/eventmachine-0.12.8/lib/eventmachine.rb:242:inreceive_data'
    /Library/Ruby/Gems/1.8/gems/eventmachine-0.12.8/lib/eventmachine.rb:242:in run_machine' /Library/Ruby/Gems/1.8/gems/eventmachine-0.12.8/lib/eventmachine.rb:242:inrun'
    ./test/test_app.rb:151:in `test_headers'

  2. Error:
    test_parameters(TestApp):
    RangeError: integer 4329836032 too big to convert to int' /Library/Ruby/Gems/1.8/gems/eventmachine-0.12.8/lib/eventmachine.rb:242:inreceive_data'
    /Library/Ruby/Gems/1.8/gems/eventmachine-0.12.8/lib/eventmachine.rb:242:in run_machine' /Library/Ruby/Gems/1.8/gems/eventmachine-0.12.8/lib/eventmachine.rb:242:inrun'
    ./test/test_app.rb:103:in `test_parameters'

  3. Error:
    test_post(TestApp):
    RangeError: integer 4329013248 too big to convert to int' /Library/Ruby/Gems/1.8/gems/eventmachine-0.12.8/lib/eventmachine.rb:242:inreceive_data'
    /Library/Ruby/Gems/1.8/gems/eventmachine-0.12.8/lib/eventmachine.rb:242:in run_machine' /Library/Ruby/Gems/1.8/gems/eventmachine-0.12.8/lib/eventmachine.rb:242:inrun'
    ./test/test_app.rb:202:in `test_post'

  4. Error:
    test_simple_get(TestApp):
    RangeError: integer 4329039872 too big to convert to int' /Library/Ruby/Gems/1.8/gems/eventmachine-0.12.8/lib/eventmachine.rb:242:inreceive_data'
    /Library/Ruby/Gems/1.8/gems/eventmachine-0.12.8/lib/eventmachine.rb:242:in run_machine' /Library/Ruby/Gems/1.8/gems/eventmachine-0.12.8/lib/eventmachine.rb:242:inrun'
    ./test/test_app.rb:57:in `test_simple_get'

22 tests, 30 assertions, 0 failures, 4 errors

@lonbaker
Copy link
Author

lonbaker commented Sep 3, 2009

The latest fix in the repo does fix this issue.

@lonbaker
Copy link
Author

Closed

Mask pushed a commit to Mask/evma_httpserver that referenced this issue Oct 4, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant