update docs all around

This commit is contained in:
Jimmy Zelinskie
2014-07-18 19:09:06 -04:00
parent cd0a3436b7
commit 5bd3b3efb3
6 changed files with 24 additions and 5 deletions
+2
View File
@@ -8,6 +8,8 @@ import (
"github.com/chihaya/chihaya/tracker/models"
)
// HandleScrape encapsulates all the logic of handling a BitTorrent client's
// scrape without being coupled to any transport protocol.
func (t *Tracker) HandleScrape(scrape *models.Scrape, w Writer) error {
conn, err := t.Pool.Get()
if err != nil {