lib/raindrops/middleware.rb in raindrops-0.16.0 vs lib/raindrops/middleware.rb in raindrops-0.17.0

- old
+ new

@@ -60,12 +60,12 @@ # * queued - total number of queued (pre-accept()) clients on that listener # # = Demo Server # # There is a server running this middleware (and Watcher) at -# http://raindrops-demo.bogomips.org/_raindrops +# https://raindrops-demo.bogomips.org/_raindrops # -# Also check out the Watcher demo at http://raindrops-demo.bogomips.org/ +# Also check out the Watcher demo at https://raindrops-demo.bogomips.org/ # # The demo server is only limited to 30 users, so be sure not to abuse it # by using the /tail/ endpoint too much. # class Raindrops::Middleware