linkxzhou/http_bench

http3 protocol error: Application error 0x100 (remote): reached maximum number of requests

Donghui0 opened this issue · 1 comments

The http3 protocol is used for stress testing, and the target end is nginx. An error is reported even when initiating a request.

./http_bench -c 1 -n 1000 -http http3 -m GET 'https://xxx:9443'

This bug is similar to this issue: quic-go/quic-go#2287.

And

I resolved the current issue by upgrading the quic library. Please use the latest version.