Nabiel Omar Syarif

Results 15 comments of Nabiel Omar Syarif

@nexovec You shouldn't look for the answers in a web framework library. Things you may need to consider is it the network overhead really blocking you? If not, just go...

Yes, it's all clear @nexovec. But I don't see any reason for fiber to provide such API. Why does fiber need to provide an API to simulate requests without a...

> @kbiits This is exactly what I imagined! Thank you so much. It's a bit clumsy to use this directly, I will likely write a convenience wrapper for this. This...

fiber.Ctx.Context returned `*fasthttp.RequestCtx`, so the issue should be in fasthttp not in fiber.

Read this explanation on fasthttp https://github.com/valyala/fasthttp/issues/965