examples/fetch/config.ru in
async-http-0.50.8
vs examples/fetch/config.ru in
async-http-0.50.9
- old
+ new
@@ -1,7 +1,6 @@
require 'rack'
-require 'pry'
class Echo def initialize(app) @app = app end