Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions content/docs/webtransport/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
5 changes: 0 additions & 5 deletions content/docs/webtransport/session.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Loading