Skip to content

Commit 3e4147b

Browse files
authored
Merge pull request #272 from MDA2AV/test/tcp-frag
Adding tcp-frag test, the ankle breaker
2 parents 82262fe + 3966c66 commit 3e4147b

190 files changed

Lines changed: 378213 additions & 33 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 1 addition & 1 deletion

frameworks/actix/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"mixed",
1818
"async-db",
1919
"static",
20+
"tcp-frag",
2021
"baseline-h2",
2122
"static-h2"
2223
]

frameworks/aspnet-minimal/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"noisy",
1717
"mixed",
1818
"static",
19+
"tcp-frag",
1920
"async-db",
2021
"baseline-h2",
2122
"static-h2",

frameworks/bun/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"mixed",
1818
"async-db",
1919
"static",
20+
"tcp-frag",
2021
"baseline-h2",
2122
"static-h2"
2223
]

frameworks/chi/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"upload",
1717
"mixed",
1818
"async-db",
19-
"static"
19+
"static",
20+
"tcp-frag"
2021
]
2122
}

frameworks/deno/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"compression",
1717
"mixed",
1818
"async-db",
19-
"static"
19+
"static",
20+
"tcp-frag"
2021
]
2122
}

frameworks/django/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"compression",
1717
"mixed",
1818
"async-db",
19-
"static"
19+
"static",
20+
"tcp-frag"
2021
]
2122
}

frameworks/drogon/meta.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"compression",
1717
"mixed",
1818
"static",
19+
"tcp-frag",
1920
"async-db"
2021
]
2122
}

frameworks/echo/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"upload",
1717
"mixed",
1818
"async-db",
19-
"static"
19+
"static",
20+
"tcp-frag"
2021
]
2122
}

frameworks/elysia/meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"compression",
1616
"mixed",
1717
"async-db",
18-
"static"
18+
"static",
19+
"tcp-frag"
1920
]
2021
}

0 commit comments

Comments
 (0)