Reduce size of descriptions
Cette révision appartient à :
Parent
7d4c88861e
révision
e34ddd1404
1 fichiers modifiés avec 3 ajouts et 0 suppressions
|
@ -107,6 +107,9 @@ func (f *uploadForm) ExtractInfo(r *http.Request) error {
|
|||
f.Magnet = strings.TrimSpace(f.Magnet)
|
||||
cache.Impl.ClearAll()
|
||||
defer r.Body.Close()
|
||||
if len(f.Description) > 500 {
|
||||
return errInvalidTorrentDescription
|
||||
}
|
||||
|
||||
catsSplit := strings.Split(f.Category, "_")
|
||||
// need this to prevent out of index panics
|
||||
|
|
Référencer dans un nouveau ticket