Merge branch 'csrf-secure' of https://github.com/NyaaPantsu/nyaa into csrf-secure
Cette révision appartient à :
révision
db58c2bf02
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -84,7 +84,7 @@ func ViewHeadHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
|
|
||||||
// PostCommentHandler : Controller for posting a comment
|
// PostCommentHandler : Controller for posting a comment
|
||||||
func PostCommentHandler(w http.ResponseWriter, r *http.Request) {
|
func PostCommentHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
//defer r.Body.Close()
|
defer r.Body.Close()
|
||||||
vars := mux.Vars(r)
|
vars := mux.Vars(r)
|
||||||
id := vars["id"]
|
id := vars["id"]
|
||||||
|
|
||||||
|
|
Référencer dans un nouveau ticket