diff --git a/README.rst b/README.rst index 8c3ca5e0..3f9511b2 100644 --- a/README.rst +++ b/README.rst @@ -890,8 +890,8 @@ and decompressor in Python: import binascii import nghttp2 - deflater = nghttp2.HDDeflater(nghttp2.HD_SIDE_REQUEST) - inflater = nghttp2.HDInflater(nghttp2.HD_SIDE_REQUEST) + deflater = nghttp2.HDDeflater() + inflater = nghttp2.HDInflater() data = deflater.deflate([(b'foo', b'bar'), (b'baz', b'buz')]) diff --git a/doc/sources/index.rst b/doc/sources/index.rst index c38af34b..f5d0dcd5 100644 --- a/doc/sources/index.rst +++ b/doc/sources/index.rst @@ -37,5 +37,5 @@ Released Versions Resources --------- -* http://tools.ietf.org/html/draft-ietf-httpbis-http2-09 -* http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-05 +* http://tools.ietf.org/html/draft-ietf-httpbis-http2-10 +* http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-06