Browse Source
* Fix panic in BasicAuthDecode If the string does not contain ":" that function would run into an `index out of range [1] with length 1` error. prevent that. * Update BasicAuthDecode() Co-authored-by: 6543 <6543@obermui.de>tags/v1.15.0-dev
2 changed files with 12 additions and 0 deletions
Loading…
Reference in new issue