8000 Tags · fortytw2/leaktest · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: fortytw2/leaktest

Tags

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #29 from lawrencegripper/lg/ignorehttpkeepalive

Ignore HTTPKeepAlive in leaktest

v1.2.0

Toggle v1.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix timeouts on slow tests (#20)

Start the timeout only after the deferred function is executed

Fixes #19

v1.1.0

Toggle v1.1.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Use context.Context for configurable timeouts (#12)

* use context.Context for timeouts

* don't support go pre 1.7

* readme update

* preserve sleep between check behavior

v1.0.0

Toggle v1.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix false-positive with Go1.7's testing goroutine (#10)

* Change Travis config to trigger issue #9

* Fix #9 by ignoring the new goroutine from testing package
0