mod_rest: Avoid interfering with mod_http_oauth2 errors (fixes #1500)
authorKim Alvefur <zash@zash.se>
Sun, 08 Mar 2020 12:52:18 +0100
changeset 3937 93147b89ea67
parent 3936 8b34222216f4
child 3938 469408682152
mod_rest: Avoid interfering with mod_http_oauth2 errors (fixes #1500)
mod_rest/mod_rest.lua
--- a/mod_rest/mod_rest.lua	Sat Mar 07 21:58:13 2020 +0100
+++ b/mod_rest/mod_rest.lua	Sun Mar 08 12:52:18 2020 +0100
@@ -424,4 +424,4 @@
 				code = event.code,
 			});
 	end
-end, 10);
+end, 1);