]> Cypherpunks repositories - gostls13.git/commit
net/http: fix doc comment on PostFormValue function
authordchenk <dcherchenko@gmail.com>
Wed, 23 May 2018 03:32:51 +0000 (20:32 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 23 May 2018 16:55:51 +0000 (16:55 +0000)
commit09797676643203c3f0aa2fd6f26b040daceac0b7
treeab1f5b7d19a592600d9d3262e4f9b83d4b6b7b93
parentef99381676fb008d418720a1169184cea21f4bb6
net/http: fix doc comment on PostFormValue function

This function checks Request.PostForm, which now includes values parsed
from a PATCH request.

Change-Id: I5d0af58d9c0e9111d4e822c45f0fb1f511bbf0d5
Reviewed-on: https://go-review.googlesource.com/114009
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/request.go