Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Content-Length in HTTP/1.1 responses #5057

Merged
merged 1 commit into from Mar 22, 2021

Conversation

Gallaecio
Copy link
Member

Alternative to #5034 to deal with #5009 without changes in Twisted, based on #5034 (comment)

Fixes #5009, closes #5034, closes #5045

@codecov
Copy link

codecov bot commented Mar 20, 2021

Codecov Report

Merging #5057 (4da7c0a) into master (0e7ee12) will decrease coverage by 0.34%.
The diff coverage is 88.88%.

@@            Coverage Diff             @@
##           master    #5057      +/-   ##
==========================================
- Coverage   87.96%   87.62%   -0.35%     
==========================================
  Files         162      162              
  Lines       10289    10297       +8     
  Branches     1499     1501       +2     
==========================================
- Hits         9051     9023      -28     
- Misses        967     1001      +34     
- Partials      271      273       +2     
Impacted Files Coverage Δ
scrapy/core/downloader/handlers/http11.py 93.68% <88.88%> (-0.17%) ⬇️
scrapy/utils/asyncgen.py 80.00% <0.00%> (-20.00%) ⬇️
scrapy/utils/ssl.py 53.65% <0.00%> (-17.08%) ⬇️
scrapy/utils/test.py 50.00% <0.00%> (-10.94%) ⬇️
scrapy/utils/reactor.py 75.00% <0.00%> (-6.67%) ⬇️
scrapy/extensions/feedexport.py 91.00% <0.00%> (-4.32%) ⬇️
scrapy/core/scraper.py 87.11% <0.00%> (-2.46%) ⬇️
scrapy/crawler.py 87.15% <0.00%> (-1.12%) ⬇️
scrapy/core/downloader/__init__.py 92.48% <0.00%> (+1.50%) ⬆️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Content-Length header missing in response headers
2 participants