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

Support schema-less HTTP proxy (#4504) #4649

Merged
merged 9 commits into from Jun 15, 2021

Conversation

ajaymittur
Copy link
Contributor

Fixes #4505

Implemented the solution suggested by @Gallaecio in this PR.

@codecov
Copy link

codecov bot commented Jun 27, 2020

Codecov Report

Merging #4649 (eb324fa) into master (9f81de2) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #4649   +/-   ##
=======================================
  Coverage   88.18%   88.19%           
=======================================
  Files         162      162           
  Lines       10490    10497    +7     
  Branches     1516     1517    +1     
=======================================
+ Hits         9251     9258    +7     
  Misses        965      965           
  Partials      274      274           
Impacted Files Coverage Δ
scrapy/core/downloader/handlers/http11.py 94.11% <100.00%> (+0.07%) ⬆️
scrapy/core/downloader/webclient.py 94.61% <100.00%> (+0.12%) ⬆️

@Gallaecio
Copy link
Member

Other than that minor change, I’ve verified that the test correctly covers the underlying issue, so good work!

scrapy/core/downloader/webclient.py Outdated Show resolved Hide resolved
scrapy/core/downloader/handlers/http11.py Show resolved Hide resolved
@Gallaecio Gallaecio requested a review from wRAR July 1, 2020 10:19
@wRAR wRAR merged commit af975a5 into scrapy:master Jun 15, 2021
@wRAR
Copy link
Member

wRAR commented Jun 15, 2021

Thank you!

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.

Using proxy through http fails (https works)
3 participants