Brad Fitzpatrick
|
ddbc69e05b
http2: fix broken test after ConfigureServer change
|
10 years ago |
Brad Fitzpatrick
|
42ad50856d
http2: make ConfigureServer set PreferServerCipherSuites, return an errors
|
10 years ago |
Sameer Ajmani
|
96feaeba77
context: attempt to deflake TestLayersTimeout with timer padding.
|
10 years ago |
Brad Fitzpatrick
|
cd8c2701a5
http2: add support for net/http.Server.ConnState tracking
|
10 years ago |
Brad Fitzpatrick
|
21c3935a8f
http2/hpack: push down max string length checking further, improve docs
|
10 years ago |
Brad Fitzpatrick
|
52798024a3
http2/h2demo: allow alternate hostnames for http and https links
|
10 years ago |
Andrew Gerrand
|
6d10a0c3ea
http2: update copyright headers
|
10 years ago |
Brad Fitzpatrick
|
59e870b296
http2, http2/hpack: add limit on sum of header block fragments
|
10 years ago |
Brad Fitzpatrick
|
c94bffa210
http2: don't leaving hanging server goroutines after RST_STREAM from client
|
10 years ago |
Brad Fitzpatrick
|
271cfc1e29
http2: fix handling of errors from the readFrames goroutine
|
10 years ago |
Brad Fitzpatrick
|
442fc736aa
http2/hpack: fix nil pointer dereference crash in huffman decoder
|
10 years ago |
Brad Fitzpatrick
|
d8f3c68ddd
http2: fix enforcement of max header list size
|
10 years ago |
Brad Fitzpatrick
|
2a045c20e4
http2: change two debug log.Printf calls to vlogf
|
10 years ago |
Brad Fitzpatrick
|
4b709d9377
http2/hpack: make staticTable an array, not a slice
|
10 years ago |
Brad Fitzpatrick
|
29704b8f8f
http2: advertise and enforce hpack max header list size
|
10 years ago |
Brad Fitzpatrick
|
b846920a17
http2: move where cookies are joined to avoid quadratic behavior
|
10 years ago |
Burcu Dogan
|
47990a1ba5
readme: use golang.org links rather than github.com
|
10 years ago |
David Symonds
|
01256db42e
http2/h2demo: Update some links left dangling after the bradfitz/http2 -> x/net/http2 move.
|
10 years ago |
Mikio Hara
|
ac0ecaccab
icmp: drop unnecessary type assertions in PacketConn
|
10 years ago |
Mikio Hara
|
d14987874b
ipv6: don't use internal/iana's constants in documentation
|
10 years ago |
Arnout Engelen
|
c2528b2dd8
http2/h2demo: show load times on gophertimes demo page
|
10 years ago |
Tamir Duberstein
|
7c302550d1
http2: use net.JoinHostPort
|
10 years ago |
Mikio Hara
|
dc692bc613
ipv4: don't use internal/iana's constants in documentation
|
10 years ago |
Brad Fitzpatrick
|
03affa02f1
http2: delete now-redundant top-level files, update README
|
10 years ago |
Brad Fitzpatrick
|
b19c071601
http2: merge github.com/bradfitz/http2 (branch: golang.org/x/net)
|
10 years ago |
Brad Fitzpatrick
|
ae54c55587
http2: rewrite github.com/bradfitz/http2 references to their new paths
|
10 years ago |
Brad Fitzpatrick
|
17e723d022
http2: move github.com/bradfitz/http2 down into a new http2 directory
|
10 years ago |
Federico Simoncelli
|
db8e4de5b2
webdav: improve support for url prefixes
|
10 years ago |
Michael Gehring
|
ea47fc708e
trace: fix EventLog example
|
10 years ago |
David Symonds
|
7654728e38
trace: Export Render and RenderEvents functions.
|
10 years ago |