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

Use at_exit instead of overriding trap for interrupt to shutdown ProxyServer, AuthenticatedProxyServer #176

Closed
wants to merge 5 commits into from

Commits on Jan 18, 2015

  1. Use at_exit instead of overriding trap for interrup to shutdown Proxy…

    …Server, AuthenticatedProxyServer.
    
    Call to trap replaces handler for specified signal,
    so ProxyServer.shutdown would have never been called.
    at_exit registers handler for execution when the programm
    exits, handlers are executed in revers order of registration.
    olegkovalenko committed Jan 18, 2015
    Configuration menu
    Copy the full SHA
    06af507 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abb207d View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2015

  1. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      Require proxy_server ONLY in spec that needs it
      Refactor ExampleServer to use before/after hook
    
    Conflicts:
    	spec/support/example_server.rb
    olegkovalenko committed Jan 19, 2015
    Configuration menu
    Copy the full SHA
    8b42fc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e822d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2015

  1. Configuration menu
    Copy the full SHA
    9aabb02 View commit details
    Browse the repository at this point in the history