@@ -172,34 +172,6 @@ net/http/httputil: make ReverseProxy send nil Body requests when possible (CL 28
172
172
net/http/httputil: remove custom hop-by-hop headers from response in ReverseProxy (CL 28810)
173
173
net/http/httputil: remove proxied headers mentioned in connection-tokens (CL 27970)
174
174
175
- net/http, net/http/httptest: make http2's TrailerPrefix work for http1 (CL 32479)
176
- net/http: add ErrAbortHandler, make Server quiet if used as panic value (CL 33099)
177
- net/http: add NoBody, don't return nil from NewRequest on zero bodies (CL 31726)
178
- net/http: add Request.GetBody func for 307/308 redirects (CL 31733)
179
- net/http: add Server.Close & Server.Shutdown for forced & graceful shutdown (CL 32329)
180
- net/http: add Server.ReadHeaderTimeout, IdleTimeout, document WriteTimeout (CL 32024)
181
- net/http: add Transport.ProxyConnectHeader to control headers to proxies (CL 32481)
182
- net/http: allow Handlers to test Hijacked conn without spamming error log (CL 30812)
183
- net/http: don't sniff Request.Body on 100-continue requests in Transport (CL 30151)
184
- net/http: handle 3xx redirects properly (CL 29852)
185
- net/http: make Client copy headers on redirect (CL 28930)
186
- net/http: make DefaultTransport's Dialer enable DualStack ("Happy Eyeballs") (CL 28077)
187
- net/http: make NewRequest set empty Body nil, don't peek Read Body in Transport (CL 31445)
188
- net/http: make Redirect escape non-ASCII in Location header (CL 31732)
189
- net/http: make Server Handler's Request.Context be done on conn errors (CL 31173)
190
- net/http: make Server log on bad requests from clients (CL 27950)
191
- net/http: make Transport reject URLs with bogus ports with non-digits (CL 32482)
192
- net/http: make Transport retry non-idempotent requests if no bytes written (CL 27117)
193
- net/http: make Transport support international domain names (CL 29072)
194
- net/http: omit Content-Length in Response.Write for 1xx or 204 status (CL 28351)
195
- net/http: returned typed error on Transport proxy dial (CL 30750)
196
- net/http: send Content-Range if no byte range overlaps (CL 24212)
197
- net/http: skip test needing good DNS in short mode, except on builders (CL 28782)
198
- net/http: support If-Match in ServeContent (CL 32014)
199
- net/http: support multiple identical Content-Length headers (CL 31252)
200
- net/http: update bundled http2 for ErrAbortHandler support, document it more (CL 33103)
201
- net/http: update bundled http2, add h2 Transport.IdleConnTimeout tests (CL 30078)
202
-
203
175
net: add (*UnixListener).SetUnlinkOnClose (CL 32099)
204
176
net: add Buffers type, do writev on unix (CL 29951)
205
177
net: implement Buffers on windows (CL 32371)
@@ -458,7 +430,34 @@ lib/time: update tzdata to 2016i (CL 33029)
458
430
math/rand: add Rand.Uint64 (CL 27253)
459
431
mime/quotedprintable: accept = not followed by 2 hex digits as literal equals (CL 32174)
460
432
mime/quotedprintable: accept trailing soft line-break at the end of message (CL 27530)
433
+ net/http, net/http/httptest: make http2's TrailerPrefix work for http1 (CL 32479)
434
+ net/http: add ErrAbortHandler, make Server quiet if used as panic value (CL 33099)
435
+ net/http: add NoBody, don't return nil from NewRequest on zero bodies (CL 31726)
436
+ net/http: add Request.GetBody func for 307/308 redirects (CL 31733)
437
+ net/http: add Server.Close & Server.Shutdown for forced & graceful shutdown (CL 32329)
438
+ net/http: add Server.ReadHeaderTimeout, IdleTimeout, document WriteTimeout (CL 32024)
439
+ net/http: add Transport.ProxyConnectHeader to control headers to proxies (CL 32481)
461
440
net/http: add an interface for HTTP/2 server push (CL 32012)
441
+ net/http: allow Handlers to test Hijacked conn without spamming error log (CL 30812)
442
+ net/http: don't sniff Request.Body on 100-continue requests in Transport (CL 30151)
443
+ net/http: handle 3xx redirects properly (CL 29852)
444
+ net/http: make Client copy headers on redirect (CL 28930)
445
+ net/http: make DefaultTransport's Dialer enable DualStack ("Happy Eyeballs") (CL 28077)
446
+ net/http: make NewRequest set empty Body nil, don't peek Read Body in Transport (CL 31445)
447
+ net/http: make Redirect escape non-ASCII in Location header (CL 31732)
448
+ net/http: make Server Handler's Request.Context be done on conn errors (CL 31173)
449
+ net/http: make Server log on bad requests from clients (CL 27950)
450
+ net/http: make Transport reject URLs with bogus ports with non-digits (CL 32482)
451
+ net/http: make Transport retry non-idempotent requests if no bytes written (CL 27117)
452
+ net/http: make Transport support international domain names (CL 29072)
453
+ net/http: omit Content-Length in Response.Write for 1xx or 204 status (CL 28351)
454
+ net/http: returned typed error on Transport proxy dial (CL 30750)
455
+ net/http: send Content-Range if no byte range overlaps (CL 24212)
456
+ net/http: skip test needing good DNS in short mode, except on builders (CL 28782)
457
+ net/http: support If-Match in ServeContent (CL 32014)
458
+ net/http: support multiple identical Content-Length headers (CL 31252)
459
+ net/http: update bundled http2 for ErrAbortHandler support, document it more (CL 33103)
460
+ net/http: update bundled http2, add h2 Transport.IdleConnTimeout tests (CL 30078)
462
461
net/mail: allow empty quoted string name in address again (CL 32176)
463
462
net/mail: expose ParseDate, for use parsing Resent-Date headers (CL 31581)
464
463
net/smtp: make Client.Auth trim final space if Auth.Start toServer is empty (CL 33143)
0 commit comments