Skip to content

1.6.3

Choose a tag to compare

@kelunik kelunik released this 28 Nov 17:37
v1.6.3
e2b7556
  • Removed flood protection from Http2Parser
    It's not the task of a parser to apply policy decisions. Additionally, the current policy doesn't work correctly in all normal situations, e.g. larger uploads will trigger this in the client, because the server will send many window increments before sending any payload bytes.