bluenviron / mediamtx

Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams.
MIT License
10.71k stars 1.4k forks source link

fix unexpected behavior of authInternalUsers or authHTTPExclude #3316

Closed aler9 closed 1 month ago

aler9 commented 1 month ago

when some subfields of authInternalUsers and authHTTPExclude were not set explicitly in the configuration file, default values were used in their place. This is caused by a strange behavior of Go (https://github.com/golang/go/issues/21092)

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 52.66%. Comparing base (8b51ca9) to head (d882d1f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3316 +/- ## ========================================== + Coverage 52.63% 52.66% +0.03% ========================================== Files 191 193 +2 Lines 19996 20011 +15 ========================================== + Hits 10525 10539 +14 - Misses 8614 8615 +1 Partials 857 857 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 1 month ago

This issue is mentioned in release v1.8.1 🚀 Check out the entire changelog by clicking here