Andrei Avram
|
a41fca850d
Add Ping method. (#91)
|
6 years ago |
mostynb
|
bc664df967
Describe the meaning of 0 for Touch()'s seconds parameter (#82)
|
7 years ago |
Andrew Rodland
|
f867c99a8d
Use ReadFull instead of ioutil.ReadAll to read objects (#76)
|
7 years ago |
Mostyn Bramley-Moore
|
e206b6e275
Replace code.google.com URL with godoc.org URL
|
7 years ago |
Brad Fitzpatrick
|
1952afaa55
Merge pull request #36 from fastly/master
|
8 years ago |
Kenny Shen
|
797efe68fa
Allow unicode keys
|
9 years ago |
Brad Fitzpatrick
|
fb1f79c6b6
Remove unused Item.Object field.
|
10 years ago |
Jed Denlea
|
eeef758cd5
Paramaterize max idle connections
|
10 years ago |
Brad Fitzpatrick
|
19812ca74b
misc style tweaks
|
11 years ago |
Brad Fitzpatrick
|
4faecadd4f
Merge pull request #22 from gpaul/master
|
11 years ago |
Gustav Paul
|
ecbc06793a
go vet: remove unreachable code
|
11 years ago |
Brad Fitzpatrick
|
ff6d3dbfbf
Merge pull request #7 from robfig/master
|
11 years ago |
Kenny Grant
|
f52bf5c38e
Added DeleteAll() method
|
12 years ago |
Brad Fitzpatrick
|
76a77964a7
Just use net.Error
|
11 years ago |
Brad Fitzpatrick
|
5f7d3b9504
Merge pull request #16 from freelancer/master
|
11 years ago |
Brad Fitzpatrick
|
0f301323b9
Merge pull request #12 from craigmj/master
|
11 years ago |
craigmj
|
806ff76cd0
flush_all support
|
12 years ago |
Nick Davies
|
9e30d82f64
Cleaned up how timeouts were detected, still not amazing
|
12 years ago |
Nick Davies
|
d919402f69
fixed bug with endless go routines
|
12 years ago |
Asim Aslam
|
e7a12e6eb5
Fix connection leak. Use net.Addr.String() as freeconn map key. When the function SetServers is called the ServerList is replaced by a new set of net.Addr interfaces which no longer match those used as keys for the freeconn map. The underlying data structure is usually a TCPaddr or UnixAddr pointer. Go's equality operation on the map keys looks at the underlying pointer and thinks they are not the same so continues to create new connections assuming it does not have any free.
|
12 years ago |
craigmj
|
82fef77911
Added documentation to the Touch method.
|
12 years ago |
craigmj
|
486cdcf4d7
Added TOUCH support
|
12 years ago |
Dietrich Featherston
|
fed7323a51
parse headers with or without a cas id (for kestrel, etc)
|
12 years ago |
Rob Figueiredo
|
2ec1fd6256
Add Replace operation
|
12 years ago |
John Graham-Cumming
|
b198fc8c17
Close connections that are being discarded
|
13 years ago |
John Graham-Cumming
|
1c05224a56
Fix a problem where an error in onItem could result in a bad connection being reused
|
13 years ago |
Brad Fitzpatrick
|
345e5c6ad1
use SetDeadline
|
14 years ago |
Brad Fitzpatrick
|
9282f3ff26
updates to time.Duration
|
14 years ago |
Brad Fitzpatrick
|
521adf1024
doc update
|
14 years ago |
Brad Fitzpatrick
|
cca20f10ed
fix TARG; move files up
|
14 years ago |