Roland Singer
|
3d6f54d66f
fixed spelling mistake
|
8 years ago |
Jeromy
|
b36b43f5a2
use a timer instead of 'After' to avoid leaking resources
|
8 years ago |
James Phillips
|
172cde3b6c
Merge pull request #29 from hashicorp/slackpad-pr-28
|
8 years ago |
James Phillips
|
456971d9d5
Tweaked error messages.
|
8 years ago |
James Phillips
|
3e4bf7e5a1
Adds "yamux" prefix to error messages.
|
8 years ago |
James Phillips
|
59d161676d
Cleans up synCh when the initial window update fails.
|
8 years ago |
James Phillips
|
85decf1188
Modifies SYN credit system to depend only on the opener. Changes panic to a error.
|
8 years ago |
Jeromy
|
d2741025cf
add a test for the problem
|
8 years ago |
Jeromy
|
ab3b0afa63
properly handle closing streams before they are ACKed
|
8 years ago |
Jake Champlin
|
c8a8a076e0
Merge pull request #27 from xtaci/master
|
8 years ago |
Daniel Fu
|
667c2345a3
Update spec.md
|
8 years ago |
Armon Dadgar
|
df949784da
Merge pull request #21 from hashicorp/f-shrink
|
9 years ago |
Armon Dadgar
|
4f56b323c4
Adding Shrink to Stream to remove the recvBuffer
|
9 years ago |
Armon Dadgar
|
b1464d5400
Do not embed the recvBuffer
|
9 years ago |
James Phillips
|
ddcd0a6ec7
Merge pull request #19 from rnapier/keepalive-timeout
|
9 years ago |
Rob Napier
|
b16334cd68
Re #19 Remove client-side tests from keepalive-timeout. Client behavior isn't under test here.
|
9 years ago |
Rob Napier
|
bb7a27e978
Tests and improvements to #19 KeepAlive is not working
|
9 years ago |
Rob Napier
|
e9b29847fa
Fixes #12 KeepAlive is not working
|
9 years ago |
James Phillips
|
ae139c4ae7
Merge pull request #11 from hashicorp/f-safety-valve
|
9 years ago |
James Phillips
|
dfbd354eb2
Generalizes the header write timeout to a broader "safety valve" write timeout.
|
9 years ago |
James Phillips
|
4036a347b6
Merge pull request #9 from hashicorp/b-deadlock
|
9 years ago |
James Phillips
|
dbdc1e9b5a
Adds back missing return statement.
|
9 years ago |
James Phillips
|
7720b08bf1
Cleans up timers and de-flakes unit test a bit.
|
9 years ago |
James Phillips
|
a785d62dc2
Adds mitigation for the ping of death.
|
9 years ago |
James Phillips
|
904091c9d5
Adds a timeout for sendNoWait, which can block if the connection gets dire.
|
9 years ago |
James Phillips
|
a45b905f12
Switches to cleaner syntax for creating the WaitGroup.
|
9 years ago |
James Phillips
|
612eb1754a
Adds header write timeout to prevent deadlocking reads on window updates.
|
9 years ago |
Armon Dadgar
|
8e00b30457
Merge pull request #8 from fatih/fix-non-nil-interface-return
|
9 years ago |
Fatih Arslan
|
b0080b5f8d
session: return explicit nil to avoid non-nil interface value
|
9 years ago |
Armon Dadgar
|
b2e55852dd
Adding backpressure to Open to avoid RST
|
9 years ago |