Jaime Pillora
Jaime Pillora
Should be but haven’t tested On Mon, 3 Aug 2020 at 6:49 pm Josh wrote: > Is it possible to listen on TCP and UDP on the same port? >...
Interesting, what os/arch? On Sun, 26 Apr 2020 at 1:47 pm ghissari wrote: > Ver 1.4.0 > After a day of continuous running, I see this error, that needs service...
Please try with latest release candidate and report back
Thanks William I considered a default field in the struct tag a while back and went with leaving it out - in favour of initialising the struct passed to opts.New...
Sorry guys, I've moved on, I'm currently using a customised version of [mincer](https://github.com/nodeca/mincer)
Looks like this repo is dead. This fork https://github.com/Gakai/sublime_toml_highlighting has been pushed to Package Control, I'm sending my PRs there.
Proposal 1 ``` go func (c *Files) ChunkedUpload(in *UploadInput) (out *UploadOutput, err error) ``` Proposal 2 We add an optional `Length` (or `KnownLength`) to `UploadInput`, then make `ChunkedUpload()` private and...
Edit, fixed formatting
You can't. Originating IPs are passed through higher-level protocols (HTTP here for example), there is no place in a TCP to store it - all you see is the proxy...
Thanks! Does this ignore the host dns server? On Tue, 21 Apr 2020 at 8:38 am Martin Winter wrote: > > - install latest version with all dependencies > -...