public
Description: A very fast & simple Ruby web server
Homepage: http://code.macournoyer.com/thin/
Clone URL: git://github.com/macournoyer/thin.git
Search Repo:
Use EventMachine.stop rather then EventMachine.stop_event_loop
macournoyer (author)
Sun Jan 27 17:57:33 -0800 2008
commit  4151616754e1b88b4e461f3663f7e2a8c6259375
tree    a4720fb63c000853e720992fc51dbcd6eb9be576
parent  cb878db6415df073cc8dc069422248e4c4913165
...
84
85
86
87
 
88
89
90
...
84
85
86
 
87
88
89
90
0
@@ -84,7 +84,7 @@
0
     
0
     # Stops the server by stopping the listening loop.
0
     def stop
0
- EventMachine.stop_event_loop
0
+ EventMachine.stopop
0
       remove_socket_file
0
     rescue
0
       warn "Error stopping : #{$!}"

Comments

    No one has commented yet.