Skip to content

Commit

Permalink
fetch & fetchpost: indicate auto decompression priority
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Jan 20, 2023
1 parent 30bd7dc commit 43ce13c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/cmd/fetch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ and cache hits NOT refreshing the TTL of cached values.
Set the environment variables QSV_REDIS_CONNSTR, QSV_REDIS_TTL_SECONDS and
QSV_REDIS_TTL_REFRESH to change default Redis settings.
Supports brotli, gzip and deflate compression for improved throughput & performance.
Supports brotli, gzip and deflate automatic decompression for improved throughput and
performance, preferring brotli over gzip over deflate.
Automatically upgrades its connection to HTTP/2 as well if the server supports it.
(see https://www.cloudflare.com/learning/performance/http2-vs-http1.1/)
Expand Down
4 changes: 3 additions & 1 deletion src/cmd/fetchpost.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ cache at database 2, as opposed to database 1 with fetch.
Set the environment variables QSV_FP_REDIS_CONNSTR, QSV_FP_REDIS_TTL_SECONDS and
QSV_FP_REDIS_TTL_REFRESH respectively to change default Redis settings.
Supports brotli, gzip and deflate compression for improved throughput & performance.
Supports brotli, gzip and deflate automatic decompression for improved throughput and
performance, preferring brotli over gzip over deflate.
Automatically upgrades its connection to HTTP/2 as well if the server supports it.
(see https://www.cloudflare.com/learning/performance/http2-vs-http1.1/)
Expand Down

0 comments on commit 43ce13c

Please sign in to comment.