Skip to content

Commit

Permalink
Turn on http2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lancew committed May 14, 2018
1 parent 0a1ff26 commit 1671cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service.p6
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use Cro::HTTP::Session::InMemory;
use Routes;

my Cro::Service $http = Cro::HTTP::Server.new(
http => <1.1>,
http => <1.1 2>,
host => %*ENV<MYJUDO_HOST> ||
die("Missing MYJUDO_HOST in environment"),
port => %*ENV<MYJUDO_PORT> ||
Expand Down

0 comments on commit 1671cb2

Please sign in to comment.