提交历史

作者 SHA1 备注 提交日期
  Gary Burd b258b4fadb Use bufio.Writer returned from hijack in upgrade 8 年之前
  Gary Burd 4873052237 Fix formatting. 8 年之前
  Gary Burd 286b5c9371 Use bufio.Reader returned from hijack in upgrade 8 年之前
  Gary Burd 804cb600d0 Prepared Messages (#211) 8 年之前
  Gary Burd 2257eda00b Fix compile error on Go < 1.6 9 年之前
  Gary Burd b0dc45572b Change default and add API for compression level 9 年之前
  Gary Burd bb547c6c5c Improve SetXHandler documentation 9 年之前
  Gary Burd adf16b3178 Add safe maskBytes 9 年之前
  Gary Burd 6c51b25bc8 Compression improvements 9 年之前
  Cyrus Katrak 2db2f66488 pool flate readers 9 年之前
  Gary Burd 0868951cdb Improve WriteMessage fast path 9 年之前
  Gary Burd 9fbf129ff2 Add Conn.[Set]CloseHandler 9 年之前
  Gary Burd 80a0029a65 Improve write error handling 9 年之前
  Gary Burd 77f110791c Improve mask performance 9 年之前
  Cyrus Katrak c09b72d2ee per message compression; only no context modes 9 年之前
  Gary Burd a87eae1d6f Add hooks to support RFC 7692 (per-message compression extension) 9 年之前
  Gary Burd 3ddc984058 Merge pull request #136 from reeze/add-handler-getter 9 年之前
  Reeze Xia c9ce64ea05 Add Ping/Pong handler getter methods 9 年之前
  Gary Burd be01041b66 Reduce memory allocations in NextReader, NextWriter 9 年之前
  Gary Burd 50d660d6ac Revert "Reduce memory allocations in NextReader, NextWriter" 9 年之前
  Gary Burd 8b209f6317 Reduce memory allocations in NextReader, NextWriter 9 年之前
  Gary Burd 1f512fc3f0 Handle invalid close frames 9 年之前
  Tarmigan Casebolt ae46df13e9 Fix Read() to return errUnexpectedEOF when EOF is received before all bytes in the frame have been read 9 年之前
  Gary Burd 0e2713e645 Address common gotchas with package 9 年之前
  Luca Tabone bf696496cb When sending a Close frame in response, the endpoint typically echos the status code it received. 9 年之前
  Gary Burd 234959944d Add text description to close errors 9 年之前
  Gary Burd 615f23bc98 Add IsUnexpectedCloseError 10 年之前
  Gary Burd a2d85bcbfc Add IsCloseError, improve doc about errors 10 年之前
  Gary Burd f71d4a996f Return write errors from default pong handler 10 年之前
  Gary Burd 39cd638460 Document ping and pong handler argument 10 年之前