- Jun 27, 2019
-
-
Anmol Sethi authored
-
- Jun 23, 2019
-
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
Add CloseRead and closeError test
-
Anmol Sethi authored
-
Anmol Sethi authored
Closes #98
-
Anmol Sethi authored
-
- Jun 20, 2019
-
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
- Jun 13, 2019
-
-
Anmol Sethi authored
-
- Jun 12, 2019
-
-
Anmol Sethi authored
Both Reader and Writer now will only ever allocate 16 bytes for their entire usage :) This is the minimum possible while still preventing misuse of a EOFed Reader or a closed Writer.
-
- Jun 11, 2019
-
-
Anmol Sethi authored
-
- Jun 10, 2019
-
-
Anmol Sethi authored
Remove readLoop
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
Can't go any lower than this afaict. 16 bytes per Writer and 24 bytes per Reader. go tool pprof agrees with me on bytes per op but says the allocs per op are 3 instead of 4 and thinks echoLoop is allocating. I don't know. Lots of cleanup can be performed. Closes #95
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
- Jun 07, 2019
-
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
Next is reusing the header structures.
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
Closes #93
-
- Jun 05, 2019
-
-
Anmol Sethi authored
Improve docs
-
Anmol Sethi authored
Closes #91
-
Anmol Sethi authored
Closes #87
-
Anmol Sethi authored
Closes #90
-
- Jun 04, 2019
-
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
-
Anmol Sethi authored
Add WebSocket masking and correctly use Sec-WebSocket-Key in client
-