-
Your benchmarks are only against ruby which in itself is an interpreted language and will be slow. So you should be actually comparing it to another compiled language like go with fasthttp framework o…
-
```
// x/net/http
func (s *Server) ServeConn(c net.Conn, opts *ServeConnOpts)
```
or
```
// github.com/valyala/fasthttp
func (s *Server) ServeConn(c net.Conn) error
```
-
### Feature Proposal Description
Reduce the boilerplate of setting up AutoTLS / ACME by adding built-in support into Fiber. Similar to what `Gin` and `Echo` currently offer. We currently support this…
-
Getting error as "HostClient can't follow redirects to a different protocol, please use Client instead - 6111380", is there any settings we can set that ignores the redirect URLs.
-
Hi, i wanna ask why is fiber framework faster than gin or beego ? according to the info in this page: https://github.com/the-benchmarker/web-frameworks
Is it cuz the size of the framework ?
Wil…
ghost updated
3 years ago
-
**Vulnerabilities**
DepShield reports that this application's usage of [golang.org/x:crypto:0.0.0-20190308221718-c2843e01d9a2](https://ossindex.sonatype.org/component/pkg:golang/golang.org/x/crypto@0…
-
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https:/…
-
I recreated the issue because the reopen button is not on the [original issue](https://github.com/valyala/fasthttp/issues/1753).
The NewFastHTTPHandler() handler does not set the Status code for th…
-
I've tried both fasthttp.ListenAndServe("0.0.0.0:") and fasthttp.ListenAndServe(":") on Windows 11. In both cases, the web server can be accessed from the same PC, through either "localhost" or ip add…
-
**LocalAI version:**
Latest
**Environment, CPU architecture, OS, and Version:**
Not relevant
**Describe the bug**
This bug has two elements to it. The first is that the server segfaults i…