Latest changes

- Do not send RST_STREAM when stream is closed for reading
- Raise maximum header size from 4K to 64K
- Check header name and value lengths against maximum imposed by HPACK
- Fix NULL dereference in stream flow controller
This commit is contained in:
Dmitri Tikhonov 2017-10-12 11:26:01 -04:00
parent 83287402d5
commit 0ae3fccd17
13 changed files with 173 additions and 90 deletions

View file

@ -1,3 +1,10 @@
2017-10-12
- Do not send RST_STREAM when stream is closed for reading
- Raise maximum header size from 4K to 64K
- Check header name and value lengths against maximum imposed by HPACK
- Fix NULL dereference in stream flow controller
2017-10-09
- Hide handshake implementation behind a set of function pointers