Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
632e641f
Commit
632e641f
authored
Apr 14, 2014
by
Brad Fitzpatrick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: simplify a go1.3 change description
LGTM=r R=rsc, r CC=golang-codereviews
https://golang.org/cl/87750043
parent
3f32a512
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
doc/go1.3.html
doc/go1.3.html
+1
-2
No files found.
doc/go1.3.html
View file @
632e641f
...
...
@@ -354,8 +354,7 @@ has a <code>KeepAlive</code> option to specify a keep-alive period for the conne
The
<a
href=
"/pkg/net/http/"
><code>
net/http
</code></a>
package's
<a
href=
"/pkg/net/http/#Transport"
><code>
Transport
</code></a>
now closes
<a
href=
"/pkg/net/http/#Request"
><code>
Request.Body
</code></a>
consistently, even on errors. Previously it was closed on success and
closed on some errors, sometimes depending on timing.
consistently, even on error.
</li>
<li>
TODO: net: enable fast socket creation using SOCK_CLOEXEC and Accept4 on FreeBSD 10 (69100043)
</li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment