commenting out things i don't want to run

This commit is contained in:
saxon 2019-02-07 16:42:39 +10:30
parent f96a04ece7
commit 628adee49a
1 changed files with 31 additions and 28 deletions

View File

@ -126,6 +126,7 @@ func (s *httpSender) load(c *ring.Chunk) error {
} }
func (s *httpSender) send() error { func (s *httpSender) send() error {
/*
if s.chunk == nil { if s.chunk == nil {
// Do not retry with httpSender, // Do not retry with httpSender,
// so just return without error // so just return without error
@ -157,6 +158,8 @@ func (s *httpSender) send() error {
} }
return s.extractMeta(reply) return s.extractMeta(reply)
*/
return nil
} }
// extractMeta looks at a reply at extracts any time or location data - then used // extractMeta looks at a reply at extracts any time or location data - then used