-
### Bug Description
You need to keep requesting back-end interfaces, and problems will occur after a period of time.
This is the full log:
```txt
2023/08/28 16:46:06.223624 bootstrap.go:124…
-
Hello, I m trying to build a web server using fiber and the initial connection between browser and server (the tcp handshake) seems slow compared with net/http and other frameworks: Here is some simpl…
-
Code:
```go
c := fasthttp.HostClient{
Addr: "127.0.0.1:8080",
}
req := fasthttp.AcquireRequest()
req.SetHost("127.0.0.1")
req.Header.SetMethod("GET")
rsp := fasthttp.AcquireResponse(…
-
I am building a proxy server with fasthttp. I want the server to fetch images from multiple sources and only return the fastest one to the client. It works perfectly on my MacBook. However, when I mov…
-
### Question Description
How WriteTimeout and ReadTimeout works and how i want to test it?
### Code Snippet (optional)
```go
package main
import (
"log"
"time"
"github.com/gofiber…
-
Hello!
Today I encountered interesting problem. I've got `=` sign in query string value. I know I could trim the character from some base64 strings, but remote proxy (not managed by me) requires them…
-
```
01:30:16 systemd[1]: Started NeoFS HTTP Gateway.
01:30:17 neofs-http-gw[67393]: 2023-08-29T01:30:17.265Z info neofs-http-gw/app.go:166 add connection {"address": "st1…
-
Currentl the Middleware() and MiddlewareWithError() functions only support `net/http`, would it be possible to add a separate one with support for FastHTTP?
-
when I downloaded a file of about 9G, i got this
2022/11/04 18:02:45 http: panic serving [::1]:52274: runtime error: slice bounds out of range [:10200547328] with capacity 2147483647
goroutine 6 [ru…
-
Asking A Question:
```
curl --location 'http://127.0.0.1:8080/v1/completions' \
--header 'Content-Type: application/json' \
--data '{
"model": "ggml-gpt4all-j",
"temperature": 0.9,
…