fasthttp icon indicating copy to clipboard operation
fasthttp copied to clipboard

how to use readLimitBody, i want to disable preParseMultipartForm

Open fibbery opened this issue 2 years ago • 4 comments
trafficstars

https://github.com/valyala/fasthttp/blob/1242d8af15afca2e1201b7d0e0980c485599550f/http.go#L1183 can export this function , i want to diable preParseMultipartForm

fibbery avatar Nov 10 '23 08:11 fibbery

We already have an exposed function with the same name. I would be open to a pull request to add an option for this to Request.

erikdubbelboer avatar Nov 10 '23 10:11 erikdubbelboer

will release in next version ?

Erik Dubbelboer @.***> 于2023年11月10日周五 18:32写道:

We already have an exposed function with the same name. I would be open to a pull request to add an option for this to Request.

— Reply to this email directly, view it on GitHub https://github.com/valyala/fasthttp/issues/1653#issuecomment-1805475100, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACBO37QBWYV7ZGTF7XXLXWDYDX7FVAVCNFSM6AAAAAA7F2XR4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBVGQ3TKMJQGA . You are receiving this because you authored the thread.Message ID: @.***>

fibbery avatar Nov 10 '23 10:11 fibbery

I mean, if you create a pull request for the feature, then I can merge it and release it in the version after that.

erikdubbelboer avatar Nov 10 '23 11:11 erikdubbelboer

Ok, I'll do that.

Erik Dubbelboer @.***>于2023年11月10日 周五19:02写道:

I mean, if you create a pull request for the feature, then I can merge it and release it in the version after that.

— Reply to this email directly, view it on GitHub https://github.com/valyala/fasthttp/issues/1653#issuecomment-1805518033, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACBO37SINODGRBOEVHCHEV3YDYCUVAVCNFSM6AAAAAA7F2XR4WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBVGUYTQMBTGM . You are receiving this because you authored the thread.Message ID: @.***>

fibbery avatar Nov 10 '23 11:11 fibbery