httpteleport icon indicating copy to clipboard operation
httpteleport copied to clipboard

Transfer 10Gbps http traffic over 1Gbps networks :)

Results 10 httpteleport issues
Sort by recently updated
recently updated
newest added

Can I use this with generic http/https requests? Like so: ``` func HandleRequestTeleport() { req := fasthttp.AcquireRequest() req.SetRequestURI("https://www.google.com") client := &httpteleport.Client{Addr: "www.google.com:443"} start := time.Now() var duration time.Duration count :=...

i'm getting Status Code 403 from nginxphp7.4 for wordpress user httptpS httptpS nginx wordpress only for a post method, the returned async response i get status 403. the rest of...

fastrpc.Server: error on connection "123.123.123.123:80""234.324.234.324:43202": error in handshake: error in TLS handshake: remote error: tls: bad certificate i've tried many self signed cert and always get this issue. can u...

compressflate type zstd, possible to implement? your zstd is working great. thanks

enhancement

1. If the data sent is a lot, will it run out of memory if using indelay with a large value? e.g. 5 seconds 2. are the data sent in...

question

end to end encryption using letsencrypt etc is not very practical. what do u recommend for a faster end to end encryption without going through a third party service? i...

# github.com/valyala/tcplisten ..\tcplisten\socket.go:22: cannot use fd (type syscall.Handle) as type int in return argument ..\tcplisten\socket_other.go:11: undefined: syscall.SOCK_NONBLOCK ..\tcplisten\socket_other.go:11: undefined: syscall.SOCK_CLOEXEC ..\tcplisten\socket_other.go:13: cannot use fd (type syscall.Handle) as type int in...

Hello sir DO you have static binary X86 release can u give me please

Hi, How much decrease in bandwidth would I expect if I'm already using http compression? Thanks

Smart http-aware [deduplication](https://blog.klauspost.com/fast-stream-deduplication-in-go/) could give much better compression ratio (and, probably, speed) comparing to general-purpose compression algorithms such as gzip or snappy. See [this blog post from Cloudflare](https://blog.cloudflare.com/cacheing-the-uncacheable-cloudflares-railgun-73454/) as a...

enhancement