test http2 in worker

This commit is contained in:
zizifn
2023-02-02 12:24:56 +08:00
committed by zizifn
parent 6032e71119
commit 4a7f65e852
3 changed files with 20 additions and 2 deletions

View File

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