Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

Commit

Permalink
SSLServer support for Reel::Spy
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Oct 20, 2013
1 parent eac42f7 commit f4f73b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/reel/ssl_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class SSLServer < Server
# @return [Reel::SSLServer] Reel HTTPS server actor
def initialize(host, port, options = {}, &callback)
backlog = options.fetch(:backlog, DEFAULT_BACKLOG)
@spy = STDOUT if options[:spy]

# Ideally we can encapsulate this rather than making Ruby OpenSSL a
# mandatory part of the Reel API. It would be nice to support
Expand Down

0 comments on commit f4f73b2

Please sign in to comment.