You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did not find an answer to this behavior and how to fix it except rollback at 1.9
I realized that I have to tell all users not to use ], but I think this is a bad idea.
func url.Parse
rtsp://admin:[kfljrjv,[email protected]:554/mpeg4
return
go 1.9
err = nil
go 1.10
err = parse rtsp://admin:[kfljrjv,[email protected]:554/mpeg4: net/url: invalid userinfo
error on char [ go 1.10
The text was updated successfully, but these errors were encountered: