Commit 051b3b6
authored
Also check for gzip when considering request encodings (#908)
As discussed on Discord.
https://discord.com/channels/1049223665243389953/1049225857350254632/1400079015754334259
Pretty much, we haven't been properly compressing some requests for a
while, because some requests ask for `gzip` when they are really asking
for `deflate`. I'm 99% sure LBP just sends bullshit for the
`Accept-Encoding` header half the time.
Lets see how this goes. This may or may not require a revert so I'll try
and do some testing first. I'm unsure if this would be LLE/HLE in RPCS3
so it would be good to test on both RPCS3 and PS3. PSP and Vita would
also be good to test but I don't have access to those platforms.
Potential solution for #700.1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments