File: fix-zero-bytes-read-109628b72221cfe7.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 (5 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (2)
1
2
3
4
5
---
fixes:
  - Issue 144 - When performing a read we handled an empty byte return as an
    indication to close the file pointer. This is not true when you actually
    ask for a zero byte read so we should allow it.