You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// FIXME This test is very slow with Fastify 4.10.2
186
-
test.setTimeout(100_000);
187
-
awaitserver.close();
190
+
// FIXME await close() is too slow with Fastify 4.10.2
191
+
server.close();
188
192
});
189
193
190
194
// ["you can connect to HTTP2 in plain text, however, this is not supported by browsers"](https://www.fastify.io/docs/v4.10.x/Reference/HTTP2/#plain-or-insecure)
0 commit comments