Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Merge branch 'csrf-secure' of https://github.com/NyaaPantsu/nyaa into csrf-secure

Cette révision appartient à :
akuma06 2017-05-30 00:18:47 +02:00
révision db58c2bf02

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"]