提交歷史

作者 SHA1 備註 提交日期
  Rob Napier bb7a27e978 Tests and improvements to #19 KeepAlive is not working 9 年之前
  Rob Napier e9b29847fa Fixes #12 KeepAlive is not working 9 年之前
  James Phillips dfbd354eb2 Generalizes the header write timeout to a broader "safety valve" write timeout. 9 年之前
  James Phillips dbdc1e9b5a Adds back missing return statement. 9 年之前
  James Phillips 7720b08bf1 Cleans up timers and de-flakes unit test a bit. 9 年之前
  James Phillips a785d62dc2 Adds mitigation for the ping of death. 9 年之前
  James Phillips 904091c9d5 Adds a timeout for sendNoWait, which can block if the connection gets dire. 9 年之前
  James Phillips 612eb1754a Adds header write timeout to prevent deadlocking reads on window updates. 9 年之前
  Fatih Arslan b0080b5f8d session: return explicit nil to avoid non-nil interface value 9 年之前
  Armon Dadgar b2e55852dd Adding backpressure to Open to avoid RST 10 年之前
  Armon Dadgar 24e7d75fd7 Session close waits for receive loop to terminate 10 年之前
  Armon Dadgar b4f943b3f2 Adding NumStreams to query open stream count 10 年之前
  Evan Phoenix 8e87fd5984 Also detect 'connectior reset by peer' which is what a unix socket says 10 年之前
  Armon Dadgar ee93057701 Do not log closed sockets 10 年之前
  Armon Dadgar 952367befa Adding debug statement 10 年之前
  Armon Dadgar 0116c996f0 Fixing missing lock acquisition 10 年之前
  Armon Dadgar 036941d2aa Fixing potential data races 10 年之前
  Armon Dadgar 2ce53d05ab Adding logging with configurable sink 10 年之前
  Armon Dadgar bc7864bcf7 Drain any bad data from the conn 10 年之前
  Armon Dadgar fa0f2a5f8d Adding method to get stream as net.Conn 10 年之前
  Armon Dadgar f5131edf22 Send window update on accept 10 年之前
  Armon Dadgar 0d3a1c514b Better handling of backlog being exceeded 10 年之前
  Armon Dadgar 5da48511c9 Removing useless check 10 年之前
  Armon Dadgar c54cb57cce Avoid holding lock during allocation 10 年之前
  Armon Dadgar 17ed67ccd7 Reduce channel allocations 10 年之前
  Armon Dadgar 00ebdbe992 Do not hold lock for session id generation 10 年之前
  Armon Dadgar 32294020a3 Use a buffered reader 10 年之前
  Armon Dadgar e914c8596b Reduce lock holding 10 年之前
  Armon Dadgar da81b24204 Remove useless var 10 年之前
  Armon Dadgar 154c0d95c8 Cleanups 10 年之前