Scrapy source code analysis

    :
 "https://github.com/scrapy/scrapy/blob/master/scrapy/downloadermiddlewares/decompression.py" 
    """ This module implements the DecompressionMiddleware which tries to recognise
    and extract the potentially compressed responses that may arrive.
    """

the implementation of DecompressionMiddleware is described here, but I can"t find this interface in scrapy. At the same time, this class feels like compressing the returned data in four formats. The aim is to transmit fast? Or?

Feb.16,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3db73-2bc0b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3db73-2bc0b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?