fix up url handling

This commit is contained in:
John Smith
2021-12-09 16:55:20 -05:00
parent 2f6237c5e6
commit feb54071f2
6 changed files with 62 additions and 55 deletions
+2 -2
View File
@@ -90,13 +90,13 @@ struct DialInfoTCP {
}
struct DialInfoWS {
fqdn @0 :Text;
host @0 :Text;
port @1 :UInt16;
path @2 :Text;
}
struct DialInfoWSS {
fqdn @0 :Text;
host @0 :Text;
port @1 :UInt16;
path @2 :Text;
}