-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for running additional services #484
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #484 +/- ##
==========================================
- Coverage 99.61% 99.60% -0.01%
==========================================
Files 56 60 +4
Lines 5660 5797 +137
==========================================
+ Hits 5638 5774 +136
- Misses 22 23 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
) | ||
|
||
# Override global _doc_root | ||
webtransport_h3_server._doc_root = str( # pylint: disable=protected-access |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please add comment explaining why this is done.
Adds support for running additional services during fuzzing, replay, and reduction. This PR also adds a basic WebTransport service.