summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2017-12-17 19:44:37 +0100
committerLars-Dominik Braun <lars@6xq.net>2017-12-17 19:44:37 +0100
commit6879a7e6a7625129d3fbec2db8016eae07196f76 (patch)
tree3cae8bd042a185c1ba9b8719eae5a1e1c26abf27 /README.rst
parent84c3f69293fa79d752127410c7468038c907c96a (diff)
downloadcrocoite-6879a7e6a7625129d3fbec2db8016eae07196f76.tar.gz
crocoite-6879a7e6a7625129d3fbec2db8016eae07196f76.tar.bz2
crocoite-6879a7e6a7625129d3fbec2db8016eae07196f76.zip
Don’t fetch redirected request body
We can’t do that safely due to a race-condition.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 3d5af5f..145477f 100644
--- a/README.rst
+++ b/README.rst
@@ -60,6 +60,7 @@ Caveats
won’t work. Example: weather.com.
- Range requests (Range: bytes=1-100) are captured as-is, making playback
difficult
+- Content body of HTTP redirects cannot be retrived due to race condition
Most of these issues can be worked around by using the DOM snapshot, which is
also saved. This causes its own set of issues though: