From f2aa6f4e2b9cbb16771712d96aff367da302abb4 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 16 Oct 2014 23:17:19 +0900 Subject: [PATCH] nghttp: Document prioritization with -a option --- src/nghttp.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/nghttp.cc b/src/nghttp.cc index b5026d78..15e98a43 100644 --- a/src/nghttp.cc +++ b/src/nghttp.cc @@ -1964,7 +1964,11 @@ Options: -a, --get-assets Download assets such as stylesheets, images and script files linked from the downloaded resource. Only links whose origins are the same with the - linking resource will be downloaded. + linking resource will be downloaded. nghttp + prioritizes resources using HTTP/2 dependency + based priority. The priority order, from highest + to lowest, is html itself, css, javascript and + images. -s, --stat Print statistics. -H, --header Add a header to the requests. --cert= Use the specified client certificate file. The