This commit is contained in:
Tim Blume 2021-06-29 16:55:52 +02:00
parent 34f7d960c2
commit e33d02aaa7
8 changed files with 97 additions and 4 deletions

View file

@ -0,0 +1,7 @@
digraph G {
HTTP_REQUEST -> ACK -> HTTP_RESPONSE -> ACK;
HTTP_REQUEST -> MODIFY;
HTTP_RESPONSE -> MODIFY;
HTTP_REQUEST -> KILL;
HTTP_RESPONSE -> KILL;
}