Jeevanandam M.

Results 156 comments of Jeevanandam M.

> would it ever be desirable that a POST resulting in a redirect ends up being a GET on the redirected-to resource? @OJFord It certainly possible. Because on the server-side...

@OJFord will check it again in Resty. Just want to clarify, you're using Resty v2 correct?

@theblackturtle Thank you for suggesting a feature in the Resty.

@theblackturtle FYI, until resty brings the redirect history support. I think you could build redirect history using custom redirect policy in the resty.

@janekolszak Thank you for your appreciation and suggesting a new feature in Resty as client-side rate-limiting. It will be a good addition. Typically server-side rate-limiting is known for, it would...

@lavoiesl Thanks for showing your interest, I agreed about not locking into one particular interface.

@n0v3xx Thank you for sharing your experience. I will look into it when I get a chance. If you're interested, you can take a stab at it too.

@amarjeetanandsingh This issue created/reported to propose to use `io.Pipe` while processing multipart files to reduce memory usage during a request.

@bartzz Thanks for sharing profiling info. Yeah, its good to optimize memory usage for multipart file upload follow. BTW, I noticed, you're using resty v1, I would recommend you to...

@kaduartur Thanks for reaching out. I would like to clarify the fix approach (starting from 1 instead of 0??). I would like to avoid negative value input. Currently no validation,...