diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-05-01 18:07:32 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-01 14:37:32 +0200 |
| commit | 89160e7cd8647fdf2ebaec45259775be89aa69c7 (patch) | |
| tree | a9b5df0d14ee59b6de7105d72557d4643bad41e9 /.gitignore | |
| parent | b31cf9fde6ad5398c20370c136695db77df6beeb (diff) | |
chore(ext/websocket): readd autobahn|testsuite fuzzingclient (#18903)
This reverts commit
https://github.com/denoland/deno/commit/17d1c7e444542f43229a047853605ac22081abdf.
The `Deno.serve` signature update in
https://github.com/denoland/deno/pull/18759 broke the testee server
right after this patch landed on `main`.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6f806b143..a8738ea41 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ gclient_config.py_entries # WPT generated cert files /tools/wpt/certs/index.txt* /tools/wpt/certs/serial* + +/ext/websocket/autobahn/reports |
