akka / akka-http

The Streaming-first HTTP server/module of Akka
https://doc.akka.io/libraries/akka-http/current/
Other
1.34k stars 594 forks source link

Update to recent version of h2spec #1578

Open jrudolph opened 7 years ago

jrudolph commented 7 years ago

Our version of h2spec is a bit outdated. The newer version is published in a slightly different format which requires changes to our build.

In #1535, a first attempt was made to update to the new version. It didn't work because we couldn't easily unpack tar.gz archives. The new solution should probably just use command line tools like "tar xfz ...".!! to extract the binaries.

/cc @golem131

golem131 commented 7 years ago

@jrudolph pls, review #1589