Improves comments

This commit is contained in:
Mickael Remond
2019-06-29 17:48:38 +02:00
parent 7c71d93026
commit 604d2c6c1e
2 changed files with 2 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ func (s *StreamSession) IsOptional() bool {
if s.XMLName.Local == "session" {
return s.Optional
}
// If session element is missing, then we should not use session
return true
}