henriklindstrom · GitHub

Closed

Closed

Conversation

This was used to calculate content-length for some file-like objects
that requests could not handle. With updated version of requests
this is not needed any more.
This in order to support having more than 1024 filedescriptors open
in the process.
compatible

@codecov-io

Codecov Report

Merging #1466 into develop will increase coverage by 19.15%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop    #1466       +/-   ##
============================================
+ Coverage    71.38%   90.53%   +19.15%     
============================================
  Files          128       51       -77
  Lines        14159     9109     -5050
============================================
- Hits         10107     8247     -1860     
+ Misses        4052      862     -3190
Impacted Files Coverage Δ
botocore/retryhandler.py 99.37% <100%> (ø) ⬆️
botocore/compat.py 93.92% <100%> (ø) ⬆️
botocore/endpoint.py 97.41% <100%> (ø) ⬆️
botocore/stub.py 97.87% <100%> (ø) ⬆️
botocore/exceptions.py 100% <100%> (ø) ⬆️
botocore/awsrequest.py 98.55% <100%> (-0.09%) ⬇️
botocore/vendored/__init__.py 100% <100%> (ø)
botocore/utils.py 98.22% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5a1b666...92918cd. Read the comment docs.

This was referenced

May 29, 2018

Closed

Closed

Closed

Merged

Closed

Closed

Labels

None yet

Read the original on github.com ↗