Skip to content

Commit

Permalink
Use Accept-Encoding: identity in test/compiletimes.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Pangoraw committed Jun 19, 2022
1 parent 8aa0ec5 commit bb88751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/compiletimes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ wait_for_ready(nb)

Pluto.SessionActions.shutdown(🍭, nb; async=false)

# Compile HTTP get.
HTTP.get("http://github.com")
# Compile HTTP get. Use no encoding since there seem to be an issue with Accept-Encoding: gzip
HTTP.get("http://github.com"; headers = Dict("Accept-Encoding" => "identity"))

@timeit TOUT "Pluto.run" server_task = @eval let
port = 13435
Expand Down

0 comments on commit bb88751

Please sign in to comment.