add tcp test

This commit is contained in:
zizifn3
2023-05-16 14:10:43 +00:00
parent 8c9fa7fc32
commit ff4885e865
4 changed files with 138 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
import { index401 } from './util';
import { parse, stringify, validate } from 'uuid';
const skipUrls = ['ws', 'assets', 'http2'];
const skipUrls = ['ws', 'assets', 'http2', 'connect'];
async function errorHandling(context: EventContext<any, any, any>) {
try {