You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* progress
* fix test
* remove redundant method for client/server data handling
* fmt
* notify connection on error and fix tests
* more test fixing
* correct duvet citation in test
* fix a test
* remove panic
* fix tests
* fix the rest of the errors
* progress new error type
* trying refactored error types
* start to rethink shared state by removing the global Arc<RwLock<>> and replacing it with Atomics or OnceLock structures for each different thing
* discover problem with blocked accept function if a request stream is started but no headers sent.
This is the fist step to fix this with a test. But the test is not perfect yet
* some progress with new error types
* fmt
* accept should not block
* ignore wt for now, as more changes are needed. fix in a later commit
* make it compile again
* H3_REQUEST_INCOMPLETE is now a stream error
* check error on resolver
* fix tests with new api
* fix last test
* progress on new types
* progress
* progress
* new error types, avoid allocation and fix some violations with unidirectional streams
* progress
* progress
* progress
* progress
* progress
* rename qpack errors
* progress
* progress
* progress
* ignore datagrams for now
* ignore datagram and wt for now
* progress
* fix datagram now
* progress
* progress
* progress
* fix tests
* more tests
* compiles again
* progress
* progress
* progress
* progress
* fix some tests
* fix more errors
* remove unnecessary option in return type
* some things about graceful shutdown
* add qpack spec to duvet
* header errors and removal of old error code
* fix datagram feature
* fix more tests
* fmt
* repair doc fail
* fix h3-datagram and more cleanup
* fmt
* rename Error variant
* fmt
* progress on changes for h3-webtransport
* progress on webtransport
* opened another rabbit hole by starting to refactor the h3-datagram traits. But it is necessary to make h3-webtransport work with the new error types
* new datagram traits
* progress
* remove qpck spec from duvet to short this pr. Since there are no citations I can simply add this in a follow up PR again.
* cleanup duvet
* cleanup example
* cleanup Todo comment
* comment is not true anymore
* finnish comment
* remove old code
* remove outdated examples from readme.
* more cleanup
* format
* duvet update
* non_exhaustive
* malformed
* Arc -> Box
0 commit comments