]> Cypherpunks repositories - gostls13.git/commit
net/http/cgi: remove outdated TODO
authorTim Cooper <tim.cooper@layeh.com>
Thu, 27 Feb 2020 18:11:30 +0000 (12:11 -0600)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 6 Mar 2020 23:33:17 +0000 (23:33 +0000)
commitb00ebeaebcd8d7535ff08163a7907a6a8fe7b703
tree906cb9b94fa66cb18aa9abf30e774d50fb97bf89
parent7e1028a9ffaf577bfa527385b96f9063ca9d2984
net/http/cgi: remove outdated TODO

Cookies already work as http.Request parses the Cookie header on-demand
when the Cookie methods are called.

Change-Id: Ib7a6f68be02940ff0b56d2465c94545d6fd43847
Reviewed-on: https://go-review.googlesource.com/c/go/+/221417
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/cgi/child.go