Juan Calderon-Perez

Results 1410 comments of Juan Calderon-Perez

@qmdx Can we close this?

@HelloWorld0707 Those headers are usually used for services that offer keepalive, is that your intent. We could add a config option to make this configurable.

Adding a comment to keep track of this. I have to check if this is supported by Fashttp using Streaming. We may need https://github.com/valyala/fasthttp/pull/1407 to support this. Edit: It may...

I will take a look at this during the weekend

@tomaswarynyca I haven't tested if its possible to access this from Fiber. It might need code changes. There's a new boolean that would need to be added `StreamResponseBody` and the...

@tomaswarynyca Did the example work for you?

> I have only been playing with go a few days so not well versed in the state of aws sdk (i am mainly a nodejs dev) but a better...

@mlycore Correct, for streaming data you can't use the proxy middleware. I'm not sure if it may be possible to add a method for doing that. We would have to...

> > For pprof, it's fasthttp's method appendBodyFixedSize() which consumed that much memory. > > @mlycore if you want to stream data using Fiber, you can modify [this example further...