BiagioFesta / wtransport

Async-friendly WebTransport implementation in Rust
Apache License 2.0
346 stars 19 forks source link

Fix #163 - add `SessionRequest::too_many_requests()`. #164

Closed finnbear closed 2 months ago

finnbear commented 2 months ago

Fixes #163 by allowing HTTP 429 rejection.

Testing

cargo build works. I didn't test it, per se.

BiagioFesta commented 2 months ago

Thank you