diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2022-03-30 00:29:50 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2022-03-30 00:29:50 +0000 |
commit | 04fd5be50c369e986053e7bfcc4b9eb2fa5ac937 (patch) | |
tree | 840e3e3dca02952345abbb2614b27ddbb0025bd5 /WWW/Library/Implementation/HTTP.c | |
parent | baa72f144c15896a40c794b967854f0508459a20 (diff) | |
download | lynx-snapshots-04fd5be50c369e986053e7bfcc4b9eb2fa5ac937.tar.gz |
snapshot of project "lynx", label v2-9-0dev_10d
Diffstat (limited to 'WWW/Library/Implementation/HTTP.c')
-rw-r--r-- | WWW/Library/Implementation/HTTP.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTTP.c b/WWW/Library/Implementation/HTTP.c index e405e46f..46f1924e 100644 --- a/WWW/Library/Implementation/HTTP.c +++ b/WWW/Library/Implementation/HTTP.c @@ -1,5 +1,5 @@ /* - * $LynxId: HTTP.c,v 1.181 2021/11/04 22:15:26 Sylvain.Bertrand Exp $ + * $LynxId: HTTP.c,v 1.182 2022/03/17 20:02:41 tom Exp $ * * HyperText Transfer Protocol - Client implementation HTTP.c * =========================== @@ -710,6 +710,9 @@ static BOOL acceptEncoding(int code) case encodingBZIP2: program = HTGetProgramPath(ppBZIP2); break; + case encodingBROTLI: + program = HTGetProgramPath(ppBROTLI); + break; default: break; } |