-
In my production environment, I use fasthttp to make requests to third-party services. During peak traffic times, the fasthttp client experiences some latency, with some delays possibly exceeding seve…
-
## CVE-2022-21221 - High Severity Vulnerability
Vulnerable Library - github.com/valyala/FastHTTP-v1.17.0
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. U…
-
### Question Description
Hello! Im using v2@2.50.0 and i found "HeaderConnection" is being deleted at `doAction()` in proxy.go
Let me know why. its have someting issue?
I need this header. To …
-
huge reponse break the fasthttp reverse proxy....
* I will goto net/http. This problem can not be config right now...
* huge request is not a problem for reverse proxy. https://github.com/valyala/fa…
-
### Bug Description
The function `SetValWithStruct()` sets values using structs. It skips zero values, such as `0` and `false`. However, if the fields are slices (excluding bool slices), all the va…
-
Hi all,
I am trying to combine authboss into a popular upcoming Go web-framework, [Fiber](https://github.com/gofiber/fiber) and [GORM](https://github.com/go-gorm/gorm) to improve my current authent…
-
This is not the best of reports, I know.
Had Pupcloud running in Docker. Seemed to have stopped running/responding but I am not such a Docker expert to know where the fault lies.
Log extract in …
-
[Fasthttp client](https://godoc.org/github.com/valyala/fasthttp#Client) has the following advantages comparing to net/http client:
- It is faster.
- Its' API allows both request and response objects' …
-
- [✅ ] I've read the [FAQ](https://github.com/notthebee/ansible-easy-vpn/blob/main/FAQ.md) and my problem isn't described there.
- [✅ ] I've also searched through the existing issues, and my problem …
-
```go
func New(path string) func(ctx *fasthttp.RequestCtx, next func(error)) {
fs := &fasthttp.FS{
Root: os.Getenv("GOPATH") + path,
IndexNames: []string{"index.html"}, // i think `ind…