Andrii Nikitin
Andrii Nikitin
### Summary If rendering happened in before_dispatch (e.g. dynamic paths were processed), no need to try to render with static or find a route. ### Motivation If before_dispatch sets 'rendered'...
The code change is in 0a97bbc The rest commits are to demonstrate that the added code works properly: 0d4363e and 766396e are from #165 , where environs tests are proposed...
According to `tidy` utility, mod_autoindex generates incorrectly formatted html with ?F=1: https://github.com/andrii-suse/httpd/runs/1649928120?check_suite_focus=true#step:5:698 The fix is in 766396e , the other commit uses environs framework to show the problem in github...
This is a variation of #23 , but not the only one possible, thus new issue. `(in cleanup) Can't call method "ping" on an undefined value at /usr/share/perl5/Mojo/mysql.pm line 115...
1. Always log failed error message in retry when PUBSUB_DEBUG is enabled. After that I started seeing in debug output: ``` [PubSub] (6093845) noretry (insert into mojo_pubsub_subscribe (pid, channel) values...
It was observed several times that MirrorCache scanner is hit by concurrent update of list of existing files and is confused treating that mirrors have all recent files.
I am investigating how to improve publish_distro script, so having some kind of tests with debug output will help to track what exactly changes.
* Mojolicious version: 9.32 * Perl version: 5.40 * Operating system: tumbleweed, debian, ubuntu (but not leap) ### Steps to reproduce the behavior Start app with hypnotoad script in Tumbleweed...