Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
afiskon committed Dec 27, 2012
1 parent 97be9a0 commit a933a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toppage_handler.erl
Expand Up @@ -52,7 +52,7 @@ init(_Transport, Req, []) ->
)
end,
State = #state {
enable_gzip = EnableGzip and AcceptGzip,
enable_gzip = EnableGzip andalso AcceptGzip,
this_node = this_node(),
rewrite_rules = init_rewrite_rules(),
ibrowse_options = init_ibrowse_options(),
Expand Down

0 comments on commit a933a44

Please sign in to comment.