Remove h2o2 todo

This commit is contained in:
Wesley Wigham
2019-04-12 11:28:46 -07:00
parent 65b88d6a56
commit 2db848dfa4
+1 -2
View File
@@ -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
}
}