]> Cypherpunks repositories - gostls13.git/commit
doc/go1.14: document http.ServeFile large file fix for Windows
authorEmmanuel T Odeke <emmanuel@orijtech.com>
Wed, 5 Feb 2020 19:09:34 +0000 (11:09 -0800)
committerEmmanuel Odeke <emm.odeke@gmail.com>
Wed, 5 Feb 2020 19:29:07 +0000 (19:29 +0000)
commit60f11c44c02ff815e02d1e59839c6c0bf3f6605e
tree14b8e2651ba8df49c885ad0c8e4f460f7dfd9abf
parent8a4d05cf07cddb724422d24e57c18c1bd8d8ad02
doc/go1.14: document http.ServeFile large file fix for Windows

Document that for Windows, net/http.ServeFile can now
correctly serve files >2GB after we fixed internal/poll.SendFile
to transmit files larger than the default Windows limit of 2GB.

References: CL 192518, CL 194218

Updates #36878

Change-Id: Ibefc8b2841bc0cee3a89884a680085f99d2b6928
Reviewed-on: https://go-review.googlesource.com/c/go/+/217779
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.14.html