зеркало из https://github.com/mozilla/gecko-dev.git
6bcf9794f2
If there is a HTTP/3 connection to a server and we try to open a WebSocket to the same server, current implementation will loop forever because we do not allow to have HTTP/2 and HTTP/3 connection open at the same time. This patch allows having both connections open at the same time if the HTTP/2 connection is used for WebSocket. Differential Revision: https://phabricator.services.mozilla.com/D118737 |
||
---|---|---|
.. | ||
dns-packet | ||
example | ||
moz-http2 | ||
node-http2 | ||
node-ip | ||
odoh-wasm | ||
README | ||
dbg-actors.js | ||
head.js | ||
mach_commands.py | ||
mach_test_package_commands.py | ||
moz.build | ||
remotexpcshelltests.py | ||
runxpcshelltests.py | ||
selftest.py | ||
xpcshellcommandline.py |
README
Simple xpcshell-based test harness converted from netwerk/test/unit Some documentation at https://developer.mozilla.org/en-US/docs/Mozilla/QA/Writing_xpcshell-based_unit_tests See also http://wiki.mozilla.org/SoftwareTesting:Tools:Simple_xpcshell_test_harness