Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Update view_torrent_handler.go

Cette révision appartient à :
akuma06 2017-05-29 17:44:11 +02:00 révisé par GitHub
Parent bd59f3afd1
révision d5ad9618ac

Voir le fichier

@ -84,7 +84,7 @@ func ViewHeadHandler(w http.ResponseWriter, r *http.Request) {
// PostCommentHandler : Controller for posting a comment
func PostCommentHandler(w http.ResponseWriter, r *http.Request) {
//defer r.Body.Close()
defer r.Body.Close()
vars := mux.Vars(r)
id := vars["id"]