Chris Bannister
|
eab95a919e
dont block indefinatly waiting for a stream
|
10 years ago |
Chris Bannister
|
1e8fd96b0c
ensure that incase of a timeout recv wont block indefinatly
|
10 years ago |
Chris Bannister
|
e77f3a3a12
improve close handling for streams
|
10 years ago |
Chris Bannister
|
9262dc285f
dont close the channel, store not waiting
|
10 years ago |
Chris Bannister
|
56f17ddc42
debug query time
|
10 years ago |
Chris Bannister
|
bca09cc483
ensure streams are returned in the correct order
|
10 years ago |
Chris Bannister
|
d8e46f2208
add a test case to try to induce stream races
|
10 years ago |
Chris Bannister
|
676814747f
dont release the stream if we get a timeout
|
10 years ago |
Chris Bannister
|
2c4f859917
dont cause internal errors to close the connection
|
10 years ago |
Chris Bannister
|
a36f442808
Merge pull request #428 from Zariel/remove-timouts
|
10 years ago |
Chris Bannister
|
3f4c55c8f6
remove query level timeouts
|
10 years ago |
Chris Bannister
|
c3e714b4b2
Merge pull request #423 from Zariel/prevent-duplicate-closes
|
10 years ago |
Chris Bannister
|
e136ade6d4
prevent 2 callers closing a connection
|
10 years ago |
Chris Bannister
|
a81ed04434
Merge pull request #421 from bfontaine/retry-typolicy
|
10 years ago |
Baptiste Fontaine
|
c6894e3f42
Typo fixed in RetryPolicy doc
|
10 years ago |
Chris Bannister
|
222a5c7450
Merge pull request #420 from bfontaine/srp-doc
|
10 years ago |
Baptiste Fontaine
|
d9338a7b51
SimpleRetryPolicy doc format fixed
|
10 years ago |
Chris Bannister
|
906d46bb42
gofmt marshal_test.go
|
10 years ago |
Chris Bannister
|
f201c8a4ed
Merge pull request #419 from bfontaine/pointer-marshal
|
10 years ago |
Baptiste Fontaine
|
0c724b1117
Marshal fixed for pointers implementing Marshaler
|
10 years ago |
Ben Hood
|
5792e6ba59
Merge pull request #417 from Zariel/timeout-queries
|
10 years ago |
Chris Bannister
|
b21c5b0c28
allow TimeoutLimit to be changed globally
|
10 years ago |
Chris Bannister
|
19e046ff7c
remove TestSlowQuery as it doesnt test anything
|
10 years ago |
Chris Bannister
|
45865a5076
apply a timeout for every query at the connection
|
10 years ago |
Chris Bannister
|
677750eba8
Merge pull request #414 from jefferai/master
|
10 years ago |
Jeff Mitchell
|
6495810dec
Remove limitations of SslOptions by making it inherit from tls.Config.
|
10 years ago |
Ben Hood
|
fc172b72de
Merge pull request #407 from uhoh-itsmaciek/do-not-require-client-certificate
|
10 years ago |
Maciek Sakrejda
|
cf8c3b60f7
Remove unused import
|
10 years ago |
Maciek Sakrejda
|
119f1a0b32
Avoid blowing out Travis matrix for client auth; add separate single test
|
10 years ago |
Maciek Sakrejda
|
26e3999739
Always require client auth; client certs are optional anyway
|
10 years ago |