Skip to content

Commit

Permalink
Merge pull request #57 from Germano0/master
Browse files Browse the repository at this point in the history
added missing shebang in examples/balancing-client.rb
  • Loading branch information
igrigorik committed Jul 14, 2016
2 parents 48629f9 + 6f7faf6 commit e9fcd4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/balancing-client.rb
@@ -1,5 +1,7 @@
# A simple HTTP client, which sends multiple requests to the proxy server

#!/usr/bin/env ruby

require 'net/http'

proxy = Net::HTTP::Proxy('0.0.0.0', '9999')
Expand Down

0 comments on commit e9fcd4b

Please sign in to comment.