Chris Keathley

Results 64 comments of Chris Keathley
trafficstars

The idle times you're seeing there are based on `System.monotonic_time` which is in native units. If those are converted to seconds you end up with 115, a much more reasonable...

> Another question, can Finch actually detect that the connection is closed without trying an http request, moving to receive and returning an error? Can Finch just checkout another connection...

Just to add a bit more: @salex89 if there's any way you can get a packet capture of this happening, that would go a *long* way towards determining the root...

@salex89 awesome! either `tshark` or `tcpdump` are what I would use so I don't think you'll go wrong with either. Thanks.