Sign in
go
/
net
/
cbbbe2bc0f2efdd2afb318d93f1eadb19350e4a3
/
http2
/
transport_test.go
cbbbe2b
http2: fix crash in Transport on double Read of invalid gzip Response.Body
by Brad Fitzpatrick
· 9 years ago
7f88271
http2: fix a nit
by Mikio Hara
· 9 years ago
493a262
http2: don't send Connection-level headers in Transport
by Brad Fitzpatrick
· 9 years ago
b2ed34f
http2: validate received header field values in Server and Transport
by Brad Fitzpatrick
· 9 years ago
f5de73e
http2: make Transport respect http1 Transport settings
by Brad Fitzpatrick
· 9 years ago
5c0dae8
http2: make Transport send a Content-Length
by Brad Fitzpatrick
· 9 years ago
341cd08
http2: add Transport strictness, paranoia, logging for unwanted DATA frames
by Brad Fitzpatrick
· 9 years ago
76365a4
http2: fix channel double-close crash
by Brad Fitzpatrick
· 9 years ago
5df5483
http2: add tests to verify the type of peer stream resets
by Brad Fitzpatrick
· 9 years ago
0e6d34e
http2: relax Trailer predeclaration requirement in Transport
by Blake Mizerany
· 9 years ago
f530c4e
http2: mix cleanups, TODOs, new tests, enforce header list size in Transport
by Brad Fitzpatrick
· 9 years ago
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
961116a
http2: support CONNECT requests
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
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
c745c36
http2: client & server fixes
by Brad Fitzpatrick
· 9 years ago
042ba42
http2: add ConfigureTransport, like ConfigureServer
by Brad Fitzpatrick
· 9 years ago
2fd7f15
http2: another Transport body-writing bug fix, and more tests
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
09d2a41
http2: write Transport bodies
by Brad Fitzpatrick
· 9 years ago
cd8c270
http2: add support for net/http.Server.ConnState tracking
by Brad Fitzpatrick
· 9 years ago
6d10a0c
http2: update copyright headers
by Andrew Gerrand
· 9 years ago
17e723d
http2: move github.com/bradfitz/http2 down into a new http2 directory
by Brad Fitzpatrick
· 10 years ago
[Renamed from transport_test.go]
6c53fec
buffer_test, transport_test: fix 'go vet' issues
by Matt Layher
· 10 years ago
3576907
transport: test responses unblock on conn error
by Blake Mizerany
· 10 years ago
45702ea
transport: cache and re-use client connections
by Brad Fitzpatrick
· 10 years ago
8e4032f
transport: set Response.TLS/Request
by Blake Mizerany
· 10 years ago
b4eaf1c
transport_test: more failures for Blake to fix
by Brad Fitzpatrick
· 10 years ago
24c6636
transport: set Response.Status[Code]
by Blake Mizerany
· 10 years ago
ebe9b94
transport_test: failing test for Blake to work on
by Brad Fitzpatrick
· 10 years ago
d3b6354
rename TestTransport to TestTransportExternal
by Brad Fitzpatrick
· 10 years ago
d1a857d
transport: add an -insecure flag to transport_test
by Brad Fitzpatrick
· 10 years ago
07ee680
Add a flag for which host to hit in TestTransport
by Brad Fitzpatrick
· 10 years ago
fcb18db
Add the start of a (video-recorded) HTTP/2 Client implementation.
by Brad Fitzpatrick
· 10 years ago