Brad Fitzpatrick
|
4f6ee99832
h2i: ping command
|
10 年之前 |
Brad Fitzpatrick
|
a63713941f
h2i: start of a working shell
|
10 年之前 |
Brad Fitzpatrick
|
0e20025167
h2i: start of flags, usage, dialing
|
10 年之前 |
Blake Mizerany
|
8524f70b9e
h2i: Hello, World.
|
10 年之前 |
Brad Fitzpatrick
|
b625564546
h2demo: update launch.go to use golang.org/x/oauth2
|
10 年之前 |
Brad Fitzpatrick
|
030231d688
C+A: add Perry Abbott (Individual CLA)
|
10 年之前 |
Brad Fitzpatrick
|
b17d8201ea
Merge branch 'master' of https://github.com/bradfitz/http2
|
10 年之前 |
Brad Fitzpatrick
|
91f8030302
Merge pull request #44 from pabbott0/master
|
10 年之前 |
Perry Abbott
|
3d069f6a7b
server: prevent race during resched pump on a closed stream
|
10 年之前 |
Brad Fitzpatrick
|
6d53d221a9
Make env var DEBUG_HTTP2_GOROUTINES control goroutine tracking.
|
10 年之前 |
Brad Fitzpatrick
|
a962c3ea89
Merge pull request #42 from aecdanjun/master
|
10 年之前 |
aecdanjun
|
aa3acd1d5a
Add type Flags to the constants
|
10 年之前 |
Brad Fitzpatrick
|
97124afb23
Remove draft-14 comment in package docs.
|
10 年之前 |
Brad Fitzpatrick
|
3e36af6d3a
Merge pull request #35 from tetsuok/fix-comment
|
10 年之前 |
Tetsuo Kiso
|
8caa9dc5a9
Fix the variable name and typo in the comments.
|
10 年之前 |
Brad Fitzpatrick
|
13dfd89112
Advertise 'h2' protocol, now that HTTP/2 is final.
|
11 年之前 |
Brad Fitzpatrick
|
2609cc0d65
Merge pull request #26 from olekukonko/patch-1
|
11 年之前 |
Oleku Konko
|
19f280c032
Update Download Link
|
11 年之前 |
Brad Fitzpatrick
|
1faa3a4810
update README
|
11 年之前 |
Brad Fitzpatrick
|
286740e306
Merge branch 'master' of github.com:bradfitz/http2
|
11 年之前 |
Brad Fitzpatrick
|
00df6d8ecb
transport: remove debug logs, finish stuff from my earlier commit
|
11 年之前 |
Blake Mizerany
|
3576907d47
transport: test responses unblock on conn error
|
11 年之前 |
Brad Fitzpatrick
|
45702eac0f
transport: cache and re-use client connections
|
11 年之前 |
Brad Fitzpatrick
|
e12a06aa74
server_test: don't crash in serverTesters.Close if using optOnlyServer
|
11 年之前 |
Brad Fitzpatrick
|
8d1303c9de
server_test: add serverTester option to not setup client
|
11 年之前 |
Brad Fitzpatrick
|
7bb8b7cf75
transport: cleanups, CONTINUATION strictness, track active requests per conn
|
11 年之前 |
Brad Fitzpatrick
|
ddf20046ea
transport: start of re-using client connections
|
11 年之前 |
Blake Mizerany
|
8e4032f957
transport: set Response.TLS/Request
|
11 年之前 |
Brad Fitzpatrick
|
b4eaf1cb0a
transport_test: more failures for Blake to fix
|
11 年之前 |
Blake Mizerany
|
24c6636f43
transport: set Response.Status[Code]
|
11 年之前 |