Evan Phoenix
|
f044e22b77
Add test for new AcceptStreamWithContext
|
4 年之前 |
Jacob Vosmaer
|
6c5a7317d6
Fix failing partial read on last frame of closed session (#95)
|
2 年之前 |
Clément Michaud
|
aad893ec06
wait for both recv and send routines to complete on close (#105)
|
2 年之前 |
pmalhaire
|
9247d59a98
fix failing test (#77)
|
2 年之前 |
Freddy
|
26ff87cf94
Implement timeouts for OpenStream (#96)
|
3 年之前 |
Alex Dadgar
|
32023dc2ac
Rework some comments
|
3 年之前 |
fatedier
|
cc6f3dfc95
let ErrTimeout implements net.Error
|
3 年之前 |
Mitchell Hashimoto
|
bf928f8a1e
add StreamCloseTimeout
|
3 年之前 |
Alex Dadgar
|
1651c274e4
Deadline updates impact blocked reads and writes
|
4 年之前 |
Stuart Carnie
|
cf433c5a30
window update unit test for partial read; benchmark large buffer
|
7 年之前 |
Roland Singer
|
40b86b2958
Add public session CloseChan method (#44)
|
7 年之前 |
Jeromy
|
d2741025cf
add a test for the problem
|
8 年之前 |
Armon Dadgar
|
4f56b323c4
Adding Shrink to Stream to remove the recvBuffer
|
9 年之前 |
Rob Napier
|
b16334cd68
Re #19 Remove client-side tests from keepalive-timeout. Client behavior isn't under test here.
|
9 年之前 |
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
|
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
|
a45b905f12
Switches to cleaner syntax for creating the WaitGroup.
|
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
|
9 年之前 |
Armon Dadgar
|
b4f943b3f2
Adding NumStreams to query open stream count
|
10 年之前 |
Armon Dadgar
|
0d5f70b3d8
Adding test to copy lots of data over multiple streams
|
10 年之前 |
Armon Dadgar
|
036941d2aa
Fixing potential data races
|
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 年之前 |