diff --git a/content/docs/webtransport/server.md b/content/docs/webtransport/server.md index 9fd13a3..672482a 100644 --- a/content/docs/webtransport/server.md +++ b/content/docs/webtransport/server.md @@ -94,8 +94,3 @@ s := webtransport.Server{ }, } ``` - - -## 📝 Future Work - -* Properly check Validity of the client's SETTINGS: [#106](https://github.com/quic-go/webtransport-go/issues/106) diff --git a/content/docs/webtransport/session.md b/content/docs/webtransport/session.md index bf240c2..dd112f6 100644 --- a/content/docs/webtransport/session.md +++ b/content/docs/webtransport/session.md @@ -30,8 +30,3 @@ if sessErr, ok := errors.AsType[*webtransport.SessionError](err); ok { ``` Additionally, the underlying QUIC connection might close for various reasons, potentially triggering any of the errors detailed in the [error assertion section]({{< relref "../quic/connection.md#error-assertion" >}}). - - -## 📝 Future Work - -* WebTransport Datagrams: [#8](https://github.com/quic-go/webtransport-go/issues/8)