Commit History

Author SHA1 Message Date
  Brad Fitzpatrick c95266fa70 http2: fix Server race with ResponseWriter.curWrite re-use 9 years ago
  Brad Fitzpatrick 0a9f6507bc http2: prevent deadlock channel send in server Handler if client disappears 9 years ago
  Brad Fitzpatrick b7f5d985f9 http2: change the pipe and buffer code 9 years ago
  Brad Fitzpatrick 564010564f http2: fix server race 9 years ago
  Brad Fitzpatrick 42ad50856d http2: make ConfigureServer set PreferServerCipherSuites, return an errors 9 years ago
  Brad Fitzpatrick cd8c2701a5 http2: add support for net/http.Server.ConnState tracking 9 years ago
  Andrew Gerrand 6d10a0c3ea http2: update copyright headers 9 years ago
  Brad Fitzpatrick 59e870b296 http2, http2/hpack: add limit on sum of header block fragments 9 years ago
  Brad Fitzpatrick c94bffa210 http2: don't leaving hanging server goroutines after RST_STREAM from client 9 years ago
  Brad Fitzpatrick 271cfc1e29 http2: fix handling of errors from the readFrames goroutine 9 years ago
  Brad Fitzpatrick d8f3c68ddd http2: fix enforcement of max header list size 9 years ago
  Brad Fitzpatrick 2a045c20e4 http2: change two debug log.Printf calls to vlogf 9 years ago
  Brad Fitzpatrick 29704b8f8f http2: advertise and enforce hpack max header list size 9 years ago
  Brad Fitzpatrick b846920a17 http2: move where cookies are joined to avoid quadratic behavior 9 years ago
  Brad Fitzpatrick ae54c55587 http2: rewrite github.com/bradfitz/http2 references to their new paths 9 years ago
  Brad Fitzpatrick 17e723d022 http2: move github.com/bradfitz/http2 down into a new http2 directory 9 years ago