Skip to content

Commit

Permalink
Merge commit 'b8fd45632ecf060fcb5199dabaac22d197987cbc' into ops
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Jun 7, 2016
2 parents ac9b073 + b8fd456 commit 3ca77ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/github.com/getlantern/borda/client/borda.go
Expand Up @@ -234,6 +234,7 @@ func (c *Client) doSendBatch(batch []*Measurement) error {
if err != nil {
return err
}
defer resp.Body.Close()

switch resp.StatusCode {
case 201:
Expand Down

0 comments on commit 3ca77ec

Please sign in to comment.