Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-20 | If we successfully decompress an HTTP body, return immediately. | Nick Mathewson | |
This prevents us from calling allowed_anonymous_connection_compression_method() on the unused guessed method (if any), and rejecting something that was already safe to use. |