https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18615
--- Comment #4 from Sven Coenye <[email protected]> --- On second look, the consequences here are not quite as severe. As the "die" clause is only triggered when the login fails, Plack does not enter the infinite loop. It does, however, leave a handful of defunct Apache instances behind for each such failed login and those will eventually cause the same resource depletion as the loop case. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
