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 |
David Symonds
|
788d8d9e19
trace: Make links in generated HTML be relative to the current path.
|
10 years ago |
Mikio Hara
|
66f0418ca4
ipv6: don't refer internal packages in examples
|
10 years ago |
Mikio Hara
|
b6ee6b33ae
ipv4: don't refer internal packages in examples
|
10 years ago |
Mikio Hara
|
ea66ef9485
icmp: don't refer internal packages in examples
|
10 years ago |
Mikio Hara
|
b026840ad5
websocket: don't send IPv6 zone identifier in outbound request, per RFC 6874
|
10 years ago |
Sameer Ajmani
|
4a71d18255
net/trace: add event logs.
|
10 years ago |
Chris Broadfoot
|
1bc0720082
context: Add ctxhttp package.
|
10 years ago |
Mikio Hara
|
b963d2882a
websocket: handle solicited and unsolicited Ping/Pong frames correctly
|
10 years ago |