go-exploit
go-exploit copied to clipboard
Propogate HTTP Client Timeout
Continuous bug bear of mine, HTTP client timeout errors are not always fatal and callbacks occuring while a client times out should not error. Propagate that error up so it can be ignored either by default or with a functional option to toggle the behavior.