Brad Fitzpatrick
|
e952ca00c1
Merge pull request #13 from asim/master
|
12 anni fa |
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 anni fa |
Brad Fitzpatrick
|
2aa650701b
Merge pull request #10 from d2fn/master
|
13 anni fa |
Dietrich Featherston
|
fed7323a51
parse headers with or without a cas id (for kestrel, etc)
|
13 anni fa |
Brad Fitzpatrick
|
66c15b06fe
Merge pull request #5 from jgrahamc/master
|
13 anni fa |
John Graham-Cumming
|
b198fc8c17
Close connections that are being discarded
|
13 anni fa |
John Graham-Cumming
|
1c05224a56
Fix a problem where an error in onItem could result in a bad connection being reused
|
13 anni fa |
Brad Fitzpatrick
|
8f3468c583
Merge pull request #4 from codemartial/master
|
13 anni fa |
Tahir Hashmi
|
37d535ec60
Replaced 'goinstall' with 'go get'
|
13 anni fa |
Brad Fitzpatrick
|
345e5c6ad1
use SetDeadline
|
14 anni fa |
Brad Fitzpatrick
|
e76709e482
doc link updates
|
14 anni fa |
Brad Fitzpatrick
|
95f9a84cec
remove makefile; use the go tool
|
14 anni fa |
Brad Fitzpatrick
|
9282f3ff26
updates to time.Duration
|
14 anni fa |
Brad Fitzpatrick
|
521adf1024
doc update
|
14 anni fa |
Brad Fitzpatrick
|
0780803fad
gofix
|
14 anni fa |
Brad Fitzpatrick
|
3d39f3a295
Merge pull request #1 from rhencke/master
|
15 anni fa |
Robert Hencke
|
0b516e94a7
remove extra %d in printf
|
15 anni fa |
Brad Fitzpatrick
|
f6151f4064
Unix socket support.
|
15 anni fa |
Brad Fitzpatrick
|
5a924ae1a1
Unix socket support.
|
15 anni fa |
Brad Fitzpatrick
|
08613593d6
remove App Engine reference
|
15 anni fa |
Brad Fitzpatrick
|
8e208d84a7
Add Increment & Decrement
|
15 anni fa |
Brad Fitzpatrick
|
71d4772f53
ditch DeleteLock, it's old
|
15 anni fa |
Brad Fitzpatrick
|
60179d60f0
Remove the auto-generated godoc. These will only rot.
|
15 anni fa |
Brad Fitzpatrick
|
1a17ac6979
Add timeouts to dials
|
15 anni fa |
Brad Fitzpatrick
|
ee3747d4b7
Use gopkgdoc.appspot.com for docs.
|
15 anni fa |
Brad Fitzpatrick
|
42205f661a
fix doc example
|
15 anni fa |
Brad Fitzpatrick
|
506c94f5bf
link to API
|
15 anni fa |
Brad Fitzpatrick
|
e89215ba88
more markdown
|
15 anni fa |
Brad Fitzpatrick
|
7412514adc
more markdown work
|
15 anni fa |
Brad Fitzpatrick
|
d24b6cb707
Start of a godoc markdown template.
|
15 anni fa |