Document that the bytes_received signal is not yet implemented for HTTP/2

This commit is contained in:
Adrián Chaves 2021-02-03 21:11:46 +01:00
parent 1a7bde0d8e
commit 4c801551fa
1 changed files with 2 additions and 0 deletions

View File

@ -703,6 +703,8 @@ The default HTTPS handler uses HTTP/1.1. To use HTTP/2 update
- No support for `server pushes`_, which are ignored.
- No support for the :signal:`bytes_received` signal.
.. _frame size: https://tools.ietf.org/html/rfc7540#section-4.2
.. _http2 faq: https://http2.github.io/faq/#does-http2-require-encryption
.. _server pushes: https://tools.ietf.org/html/rfc7540#section-8.2