diff --git a/Makefile b/Makefile index 8b2f39b..bbb7277 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,7 @@ test: certs $(LUA) $(DELIM) $(PKGPATH) tests/starve.lua $(LUA) $(DELIM) $(PKGPATH) tests/tcptimeout.lua $(LUA) $(DELIM) $(PKGPATH) tests/timer.lua + $(LUA) $(DELIM) $(PKGPATH) tests/timeout_errors.lua $(LUA) $(DELIM) $(PKGPATH) tests/tls-sni.lua $(LUA) $(DELIM) $(PKGPATH) tests/udptimeout.lua $(LUA) $(DELIM) diff --git a/docs/index.html b/docs/index.html index cb217cc..57865e6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -100,6 +100,13 @@

Dependencies

History

+
Copas 4.3.x [unreleased]
+
+
Copas 4.3.1 [21/Sep/2022]