lib/mongrel2/control.rb in mongrel2-0.36.0 vs lib/mongrel2/control.rb in mongrel2-0.37.0
- old
+ new
@@ -126,11 +126,11 @@
### Returns an Array of Hashes, one for each connection to the server.
###
### Example:
### [
- ### {:id=>9, :fd=>27, :type=>1, :last_ping=>0, :last_read=>0, :last_write=>0,
+ ### {:id=>9, :fd=>27, :type=>1, :last_ping=>0, :last_read=>0, :last_write=>0,
### :bytes_read=>319, :bytes_written=>1065}
### ]
def conn_status
self.request( :status, :what => 'net' )
end
@@ -148,10 +148,10 @@
def kill( conn_id )
self.request( :kill, :id => conn_id )
end
- ### Shuts down the control port permanently in case you want to keep it from
+ ### Shuts down the control port permanently in case you want to keep it from
### being accessed for some reason.
def control_stop
self.request( :control_stop )
end