Skip to content

Commit

Permalink
requiring base64 (Closes #75) (#76)
Browse files Browse the repository at this point in the history
* requiring base64 in server (Closes #75)
  • Loading branch information
HoneyryderChuck authored and igrigorik committed Nov 16, 2016
1 parent b1c2637 commit 99c7590
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion example/upgrade_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

require_relative 'helper'
require 'http_parser'
require 'base64'

options = { port: 8080 }
OptionParser.new do |opts|
Expand Down
1 change: 1 addition & 0 deletions lib/http/2/server.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'base64'
module HTTP2
# HTTP 2.0 server connection class that implements appropriate header
# compression / decompression algorithms and stream management logic.
Expand Down

0 comments on commit 99c7590

Please sign in to comment.