forked from orbit-oss/flask
make use of range requests if available in werkzeug (#2031)
* make use of range requests if available in werkzeug * different logic for testing werkzeug functionality
This commit is contained in:
parent
f3d661de66
commit
7186a5aaf5
3 changed files with 93 additions and 9 deletions
1
CHANGES
1
CHANGES
|
|
@ -18,6 +18,7 @@ Version 0.12
|
|||
- Correctly invoke response handlers for both regular request dispatching as
|
||||
well as error handlers.
|
||||
- Disable logger propagation by default for the app logger.
|
||||
- Add support for range requests in ``send_file``.
|
||||
|
||||
Version 0.11.2
|
||||
--------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue