summaryrefslogtreecommitdiff
path: root/doc/msc/rvi_protocol_double_connect2.msc
blob: 0240df507b460546857400f96c8000690f09c9b9 (plain)
1
2
3
4
5
6
7
8
9
10
msc {
  width="400";
  "Client",  "Server";
  "Server" -> "Client" [ label = "Connect" ];  
  "Server" <-> "Client" [ label = "TLS Upgrade" ];  
  "Client" <- "Server" [ label = "authorize(...)" ];
  "Client" -> "Server" [ label = "authorize(...)" ];
  "Client" abox "Server" [ label = "Race Condition" ] ;
}