summaryrefslogtreecommitdiff
path: root/src/net/http/server.go
Commit message (Expand)AuthorAgeFilesLines
* net/http: remove logging on bad client requestsKenny Grant2016-11-301-2/+0
* net/http: fix receiver for Server.Shutdown and Server.CloseDan Peterson2016-11-241-15/+15
* net/http: make Server respect shutdown state after handler finishesBrad Fitzpatrick2016-11-111-0/+8
* net/http: make Server log on bad requests from clientsKenny Grant2016-11-111-8/+29
* net/http: update bundled http2 for ErrAbortHandler support, document it moreBrad Fitzpatrick2016-11-101-1/+3
* net/http: add ErrAbortHandler, make Server quiet if used as panic valueBrad Fitzpatrick2016-11-101-1/+7
* net/http: document that Server.Close and Shutdown don't track hijacked connsBrad Fitzpatrick2016-11-101-2/+14
* net/http: fix documentation on Server.TLSNextProto controlling http2Brad Fitzpatrick2016-11-101-1/+2
* net/http: fix Server.Close double LockBrad Fitzpatrick2016-11-101-1/+1
* net/http: fix type name in commentBrad Fitzpatrick2016-11-041-1/+1
* net/http, net/http/httptest: make http2's TrailerPrefix work for http1Brad Fitzpatrick2016-11-011-12/+67
* net/http: add Server.Close & Server.Shutdown for forced & graceful shutdownBrad Fitzpatrick2016-11-011-5/+196
* net/http: add Server.ReadHeaderTimeout, IdleTimeout, document WriteTimeoutBrad Fitzpatrick2016-10-261-13/+71
* net/http: add NoBody, don't return nil from NewRequest on zero bodiesBrad Fitzpatrick2016-10-221-20/+2
* net/http: make Redirect escape non-ASCII in Location headerBrad Fitzpatrick2016-10-211-1/+1
* net/http: make Server Handler's Request.Context be done on conn errorsBrad Fitzpatrick2016-10-181-89/+160
* net/http: add more docs on ErrHijackedBrad Fitzpatrick2016-10-171-1/+3
* net/http: allow Handlers to test Hijacked conn without spamming error logBrad Fitzpatrick2016-10-131-1/+3
* net/http: fix typo in server commontEmmanuel Odeke2016-10-101-1/+1
* net/http: remove TODO about the Server's base contextBrad Fitzpatrick2016-09-301-3/+1
* net/http: fix data race with concurrent use of Server.ServeBrad Fitzpatrick2016-07-271-9/+29
* all: rename vendored golang.org/x/net packages to golang_orgBrad Fitzpatrick2016-07-131-1/+1
* net/http: fix vet warning of leaked context in error pathsBrad Fitzpatrick2016-07-111-3/+2
* net/http: conditionally configure HTTP/2 in Server.Serve(Listener)Brad Fitzpatrick2016-06-281-2/+34
* net/http: reject faux HTTP/0.9 and HTTP/2+ requestsBrad Fitzpatrick2016-06-271-0/+21
* net/http: pass through server side Transfer-Encoding headersAndrew Gerrand2016-06-151-1/+4
* net/http: send StatusOK on empty body with TimeoutHandlerAndrew Gerrand2016-06-061-0/+3
* net/http: send one Transfer-Encoding header when "chunked" set manuallyAndrew Gerrand2016-06-061-0/+1
* net/http: update bundled http2Brad Fitzpatrick2016-05-191-3/+5
* net/http: mention ALPN in http.Server.TLSNextProto documentationDan Peterson2016-05-161-1/+1
* net/http: keep HTTP/1.0 keep-alive conns open if response can't have a bodyBrad Fitzpatrick2016-05-111-1/+1
* net/http: document ResponseWriter read-vs-write concurrency rulesBrad Fitzpatrick2016-05-111-4/+21
* net/http: provide access to the listener address an HTTP request arrived onBrad Fitzpatrick2016-05-011-0/+7
* net/http: document some errors more, mark ErrWriteAfterFlush as unusedBrad Fitzpatrick2016-05-011-5/+19
* net/http: expand documentation of Server.MaxHeaderBytesBrad Fitzpatrick2016-04-301-6/+12
* net/http: document Hijacker and Flusher moreBrad Fitzpatrick2016-04-181-0/+9
* all: standardize RFC mention formatDan Peterson2016-04-121-1/+1
* net/http: add ServerContextKey to let a handler access its ServerBrad Fitzpatrick2016-04-111-6/+15
* net/http: document Error does not end the requestDan Peterson2016-04-111-0/+2
* net/http: set the Request context for incoming server requestsBrad Fitzpatrick2016-04-111-6/+22
* net/http: document that Handlers shouldn't mutate RequestBrad Fitzpatrick2016-04-061-8/+19
* net/http: zero pad Response status codes to three digitsBrad Fitzpatrick2016-04-051-1/+1
* net/http: limit Transport's reading of response header bytes from serversBrad Fitzpatrick2016-04-011-1/+1
* net/http: allow Handlers to handle http2 upgrade PRI requestsBrad Fitzpatrick2016-03-311-1/+5
* net/http: remove init func reference to ServeMuxBrad Fitzpatrick2016-03-161-2/+7
* net/http: TimeoutHandler should start timer when serving requestCaio Marcelo de Oliveira Filho2016-03-071-14/+14
* all: single space after period.Brad Fitzpatrick2016-03-021-22/+22
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* all: fix typosShawn Smith2016-02-231-1/+1
* all: use cannot instead of can notJosh Bleecher Snyder2016-02-211-1/+1