Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
4f193cdc
Commit
4f193cdc
authored
Apr 09, 2014
by
Brad Fitzpatrick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: add a couple net/http go1.3 items
LGTM=r R=r CC=golang-codereviews
https://golang.org/cl/85760043
parent
5556bfa9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
go1.3.html
doc/go1.3.html
+11
-2
No files found.
doc/go1.3.html
View file @
4f193cdc
...
@@ -227,9 +227,18 @@ The formatted print functions of the <code>fmt</code> package now define <code>%
...
@@ -227,9 +227,18 @@ The formatted print functions of the <code>fmt</code> package now define <code>%
as a synonym for
<code>
%f
</code>
when printing floating-point values.
as a synonym for
<code>
%f
</code>
when printing floating-point values.
</li>
</li>
<li>
TODO: net/http: add Request.TLS (CL 52660047)
</li>
<li>
The
<a
href=
"/pkg/net/http/"
><code>
net/http
</code></a>
package now exposes the
the properties of a TLS connection used to make a client request in the new
<a
href=
"/pkg/net/http/#Response"
><code>
Response.TLS
</code></a>
field.
</li>
<li>
TODO: net/http: add Server.ErrorLog; log and test TLS handshake errors (CL 70250044)
</li>
<li>
The
<a
href=
"/pkg/net/http/"
><code>
net/http
</code></a>
package now
allows setting an optional server error logger
with
<a
href=
"/pkg/net/http/#Server"
><code>
Server.ErrorLog
</code></a>
.
The default is still that all errors go to stderr.
</li>
<li>
TODO: net/http: add Server.SetKeepAlivesEnabled (CL 69670043)
</li>
<li>
TODO: net/http: add Server.SetKeepAlivesEnabled (CL 69670043)
</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