From 2db848dfa419971b60ca3f5a9d3d207767ad2766 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Fri, 12 Apr 2019 11:28:46 -0700 Subject: [PATCH] Remove h2o2 todo --- types/h2o2/h2o2-tests.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/types/h2o2/h2o2-tests.ts b/types/h2o2/h2o2-tests.ts index 9da2899258..9cda55152d 100644 --- a/types/h2o2/h2o2-tests.ts +++ b/types/h2o2/h2o2-tests.ts @@ -133,8 +133,7 @@ const badProtocolDemo: hapi.ServerRoute = { handler: { proxy: { host: '10.33.33.1', - port: '443', - BAD_protocol: 'https' // TODO change typings to fix this / submit bug report + port: '443' // port: null // detected as incompatible } }