Klaas Jan Wierenga

Results 7 comments of Klaas Jan Wierenga

I've also looked at how JWT libraries in other languages such as [Perl](http://search.cpan.org/~mik/Crypt-JWT-0.010/lib/Crypt/JWT.pm) support claim verification. The Perl library supports passing a regular expression or callback function, but the callback...

Same for me today (brought kh12 into production today). Icecast kh12 hanging with 100% CPU usage and file descriptor usage increasing by the minute. Memory consumption is normal, doesn't look...

Failed to get a core dump. Eventually icecast (pid=1222) exhausted file descriptors and is still stuck with 100% CPU usage. ```bash /proc/1222/fd# ls -1 | wc -l 10000 ```

This issue was caused because there was no write permission on the `/Users/kjw/Library/Application Support/Lens/binaries/kubectl/1.24.15` directory. I don't know why that happened (maybe that is the actual bug). Fixed by `chmod...

Late to the party, but nevertheless. For anyone wondering how to do this easily, you can [change the `notify_method` to `get`](https://github.com/arut/nginx-rtmp-module/wiki/Directives#notify_method). Then the arguments will be passed on the url....