File: issues.rst

package info (click to toggle)
python-dugong 3.8.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 548 kB
  • sloc: python: 2,714; makefile: 21; sh: 7
file content (11 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
Known Issues
============

.. currentmodule:: dugong

* When sending requests with a ``Range`` header, Dugong may be unable
  to parse the server response. This happens if the server sends
  ``multipart/byteranges`` data without a ``Content-Length``
  header. This is allowed by RFC 2616, because the content length is
  implicit in the multipart body, but Dugong does not yet support
  parsing the body.