|
|
|
|
|
by tptacek
989 days ago
|
|
I think for this audience a good clarification is: * HTTP/1.1: 1 request per RTT per connection * HTTP/2 multiplexing: 100 requests per RTT per connection * HTTP/2 rapid reset: indefinite requests per connection In each case attackers are grinding down a performance limitation they had with previous generations of the attack over HTTP. It is a request flood; the thing people need to keep in mind is that HTTP made these floods annoying to generate. |
|