File: urllib3-2-content-length-mismatch-d98e782a25c41266.yaml

package info (click to toggle)
python-requests-mock 1.12.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 656 kB
  • sloc: python: 2,339; makefile: 162
file content (7 lines) | stat: -rw-r--r-- 293 bytes parent folder | download
1
2
3
4
5
6
7
---
fixes:
  - |
    Fix incompatibility with urllib3 >2.0.0. In 2.0.0 they default to enforcing
    content length checking on returned bodies in responses from the previous
    default of false. However the flag is still available so for compatibility
    we can just default the other way.