Skip to content

Commit

Permalink
Remove unnecessary rack imports from example server
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed May 15, 2020
1 parent 9d4f1bb commit f721686
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/server.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
require 'bundler/setup'
require 'rack/content_length'
require 'rack/chunked'

port = ARGV[0] || 7000
secure = ARGV[1] == 'tls'
Expand Down

0 comments on commit f721686

Please sign in to comment.