-
I tried to do the example that appears in the Readme but I couldn't get it to work with fiber, it immediately closes the WS connection
![Screenshot 2024-10-13 at 4 26 51 PM](https://github.com/user…
-
## DONE
- [x] https://github.com/parnurzeal/gorequest/issues/113 https://github.com/wklken/gorequest/pull/23
- [x] https://github.com/parnurzeal/gorequest/issues/217
- [x] https://github.com/par…
-
This is a open reply to a question raised in a [go-kit issue](https://github.com/go-kit/kit/issues/350) which was locked preventing direct response. @fluxibox @peterbourgon @AdamJacobMuller
First, …
-
Hey there, been running into issues while working on a image server that uses bimg to perform jpeg -> webp conversion and scaling
At even moderate concurrency (20+ concurrent requests) in artificia…
-
I am manually parsing testcases to inject them into Go Fuzz tests.
So far I have been able to use `binary.BigEndian.Uint32(b)` to retrieve an input length and pass that number of bytes after the si…
-
-
Hello,
I am using Ants with fasthttp. Is it possible that this both packages are not compatible?
My Program fetchs 15000 rows from a MysqlDB and request the HTML code for parse 2 strings out of i…
-
Hi there, just sharing some data for comparison. My results are a bit closer to https://web-frameworks-benchmark.netlify.app/ and from https://fastify.dev/benchmarks/ then yours. I think Windows might…
-
## Feature Request
### Description
This is definitely an "advanced" feature, but it's supported by other auth setups like Keycloak - https://www.keycloak.org/docs/latest/server_admin/index.html#…
-
Go version: go1.4.2
OS: Linux 3.13 x86_64
The following test demonstrates what I consider a bug:
``` go
package foo
import (
"log"
"net"
"testing"
)
const addr = "127.0.0.1:12345"
fu…