- 520af5d http2: make Transport ignore 100-continue responses, add comprehensive tests by Brad Fitzpatrick · 9 years ago
- 1d7a0b2 http2: fix nits found by vet by Mikio Hara · 9 years ago
- d1ba260 http2: fix Transport cancelation problems by Brad Fitzpatrick · 9 years ago
- 1ade16a http2: set default User-Agent if not otherwise specified by Brad Fitzpatrick · 9 years ago
- 961116a http2: support CONNECT requests by Brad Fitzpatrick · 9 years ago
- 0cb26f7 http2: move HEADERS/CONTINUATION order checking into Framer by Brad Fitzpatrick · 9 years ago
- 5d0a0f8 http2: fix typo and simplify truncation of text in test by Brad Fitzpatrick · 9 years ago
- ea6dba8 http2: fix readFrames goroutine spin between ConnectionError and conn close by Brad Fitzpatrick · 9 years ago
- 6c89489 http2: reset DebugGoroutines after testing it by Jeff R. Allen · 9 years ago
- 28273ec http2: make Transport's Response.Body.Close not wait for buffered data by Brad Fitzpatrick · 9 years ago
- d2ecd08 http2: send client trailers by Blake Mizerany · 9 years ago
- b6b3bda http2: add support for Transport reading trailers from the server by Brad Fitzpatrick · 9 years ago
- b4be494 http2: add server-side trailer support by Blake Mizerany · 9 years ago
- c24de9d http2: add Server support for reading trailers from clients by Brad Fitzpatrick · 9 years ago
- 548f7bf http2: add disabled start of tests for trailers, clean up, deflake some tests by Brad Fitzpatrick · 9 years ago
- 74bd44b http2: catch panics server-side, respect RST_STREAM on the Transport side by Brad Fitzpatrick · 9 years ago
- cf147af http2: fix build for Go 1.4 users by Brad Fitzpatrick · 9 years ago
- 08a7b45 http2: support Request.Cancel in Transport by Brad Fitzpatrick · 9 years ago
- b304fd0 http2: send "http/1.1" ALPN in TLS dial in addition to "h2" by Brad Fitzpatrick · 9 years ago
- 1796f9b http2: fix two cases of Server behavior not matching HTTP/1 by Brad Fitzpatrick · 9 years ago
- 438097d http2: make the Transport write request body data as it's available by Brad Fitzpatrick · 9 years ago
- 195180c http2: merge duplicate Transport dials by Brad Fitzpatrick · 9 years ago
- b092070 http2: add automatic gzip compression for the Transport by Brad Fitzpatrick · 9 years ago
- c745c36 http2: client & server fixes by Brad Fitzpatrick · 9 years ago
- 5627bad http2/h2demo: updates to text and Makefile to upload/deploy it by Brad Fitzpatrick · 9 years ago
- c764672 http2/h2i: add settings flag by Blake Mizerany · 9 years ago
- cf8d7ec http2: minor transport code & docs cleanups by Brad Fitzpatrick · 9 years ago
- 042ba42 http2: add ConfigureTransport, like ConfigureServer by Brad Fitzpatrick · 9 years ago
- a179abb http2: handle pings in Transport by Brad Fitzpatrick · 9 years ago
- d62542d http2: client conn pool abstraction by Brad Fitzpatrick · 9 years ago
- 633434a http2: add Transport.RoundTripOpt, adds option to RoundTrip without new dials by Brad Fitzpatrick · 9 years ago
- c95266f http2: fix Server race with ResponseWriter.curWrite re-use by Brad Fitzpatrick · 9 years ago
- 2fd7f15 http2: another Transport body-writing bug fix, and more tests by Brad Fitzpatrick · 9 years ago
- 24ab552 http2: fix Transport's flow control control when writing request bodies by Brad Fitzpatrick · 9 years ago
- 1b27761 http2: swallow io.EOF while reading body and flow fix by Blake Mizerany · 9 years ago
- ce84af2 http2: append query to :path pseudo-header by Blake Mizerany · 9 years ago
- e1a5816 http2: add DialTLS to Transport by Blake Mizerany · 9 years ago
- efe38d9 http2: push stream look up later in Transport, address some TODOs/cleanups by Brad Fitzpatrick · 9 years ago
- 0a9f650 http2: prevent deadlock channel send in server Handler if client disappears by Brad Fitzpatrick · 9 years ago
- a7d8d4e http2: send WINDOW_UPDATE frames while reading Transport Response bodies by Brad Fitzpatrick · 9 years ago
- 6281f06 http2: add per-Response buffered response bodies with separate flow control by Brad Fitzpatrick · 9 years ago
- 09d2a41 http2: write Transport bodies by Brad Fitzpatrick · 9 years ago
- b7f5d98 http2: change the pipe and buffer code by Brad Fitzpatrick · 9 years ago
- 2cba614 http2: remove Transport.Fallback by Brad Fitzpatrick · 9 years ago
- e71042d http2: add Transport.AddIdleConn by Brad Fitzpatrick · 9 years ago
- 9946ad7 http2: quiet Transport logging by Brad Fitzpatrick · 9 years ago
- 5640105 http2: fix server race by Brad Fitzpatrick · 9 years ago
- c972803 http2: update the curl and nghttp2 versions used in tests by Brad Fitzpatrick · 9 years ago
- ddbc69e http2: fix broken test after ConfigureServer change by Brad Fitzpatrick · 9 years ago
- 42ad508 http2: make ConfigureServer set PreferServerCipherSuites, return an errors by Brad Fitzpatrick · 9 years ago
- cd8c270 http2: add support for net/http.Server.ConnState tracking by Brad Fitzpatrick · 9 years ago
- 21c3935 http2/hpack: push down max string length checking further, improve docs by Brad Fitzpatrick · 9 years ago
- 5279802 http2/h2demo: allow alternate hostnames for http and https links by Brad Fitzpatrick · 9 years ago
- 6d10a0c http2: update copyright headers by Andrew Gerrand · 9 years ago
- 59e870b http2, http2/hpack: add limit on sum of header block fragments by Brad Fitzpatrick · 9 years ago
- c94bffa http2: don't leaving hanging server goroutines after RST_STREAM from client by Brad Fitzpatrick · 9 years ago
- 271cfc1 http2: fix handling of errors from the readFrames goroutine by Brad Fitzpatrick · 9 years ago
- 442fc73 http2/hpack: fix nil pointer dereference crash in huffman decoder by Brad Fitzpatrick · 9 years ago
- d8f3c68 http2: fix enforcement of max header list size by Brad Fitzpatrick · 9 years ago
- 2a045c2 http2: change two debug log.Printf calls to vlogf by Brad Fitzpatrick · 9 years ago
- 4b709d9 http2/hpack: make staticTable an array, not a slice by Brad Fitzpatrick · 9 years ago
- 29704b8 http2: advertise and enforce hpack max header list size by Brad Fitzpatrick · 9 years ago
- b846920 http2: move where cookies are joined to avoid quadratic behavior by Brad Fitzpatrick · 9 years ago
- 47990a1 readme: use golang.org links rather than github.com by Burcu Dogan · 9 years ago
- 01256db http2/h2demo: Update some links left dangling after the bradfitz/http2 -> x/net/http2 move. by David Symonds · 9 years ago
- c2528b2 http2/h2demo: show load times on gophertimes demo page by Arnout Engelen · 10 years ago
- 7c30255 http2: use net.JoinHostPort by Tamir Duberstein · 10 years ago
- 03affa0 http2: delete now-redundant top-level files, update README by Brad Fitzpatrick · 10 years ago
- b19c071 http2: merge github.com/bradfitz/http2 (branch: golang.org/x/net) by Brad Fitzpatrick · 10 years ago
- ae54c55 http2: rewrite github.com/bradfitz/http2 references to their new paths by Brad Fitzpatrick · 10 years ago
- 17e723d http2: move github.com/bradfitz/http2 down into a new http2 directory by Brad Fitzpatrick · 10 years ago