Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 66a45c0

Browse files
committed
uncomment code
1 parent dc34407 commit 66a45c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Titanium.Web.Proxy/RequestHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ private void prepareRequestHeaders(HeaderCollection requestHeaders)
372372
.Where(x => ProxyConstants.ProxySupportedCompressions.Contains(x)));
373373

374374
// uncompressed is always supported by proxy
375-
//supportedAcceptEncoding.Add("identity");
375+
supportedAcceptEncoding.Add("identity");
376376

377377
requestHeaders.SetOrAddHeaderValue(KnownHeaders.AcceptEncoding,
378378
string.Join(", ", supportedAcceptEncoding));

0 commit comments

Comments
 (0)