Pablo Lagos
Pablo Lagos
Hello again, We currently need this functionality and I think it could be beneficial to everyone. Basically, the idea is: **In server** ```go func handle(ctx *fasthttp.RequestCtx) { // DisableBuffering modifies...
Fixed test. I included a check in the server as you suggested.
I changed the approach maintaining the original idea in the API usage. The reason for this change is to support the use of protocols other than HTTP/1.x and to allow...