GithubHelp home page GithubHelp logo

Comments (6)

boazsegev avatar boazsegev commented on May 21, 2024 1

@thexa4 , thank you very much for exposing this issue. 🎉👏🏻🙏🏻👍🏻

You're right, iodine should have returned an empty string ("") rather than nil. The issue occurred when an optimized "no content" path was taken instead of reaching EOF on the rack.input stream.

I posted an initial patch and I hope to release it soon, after running a few tests.

@SleeplessByte,

I'm not sure what you meant by suggesting to test the content_length?

I'm assuming you were suggesting a way to patch Rack... and although I think your instincts are great, 99.9% of all POST requests probably contain some data. I think it's fair that Rack would upstream the edge-case handling to the server.

from iodine.

boazsegev avatar boazsegev commented on May 21, 2024 1

@SleeplessByte - yes, I agree... the Rack documentation could be improved.

On the other hand, Rack was a huge undertaking and it's so relied upon that it became practically impossible to replace. It's battle tested and dependable. No matter how many of us complain about Rack's CGI core, it's probably here to stay and it's making many developers happy.

from iodine.

SleeplessByte avatar SleeplessByte commented on May 21, 2024 1

It makes me happy 😉 so it gets my upvote regardless of the 🆗 documentation.

from iodine.

SleeplessByte avatar SleeplessByte commented on May 21, 2024

This should probably also check the content_length before performing any mutation.

from iodine.

boazsegev avatar boazsegev commented on May 21, 2024

Patch released. closing issue.

Thanks again! 🙏🏻👍🏻🎉

from iodine.

SleeplessByte avatar SleeplessByte commented on May 21, 2024

@boazsegev you're absolutely right on my intention with that comment, and I agree that this edge case can be handled here, in iodine :). Thank you for the blazingly fast update ❤️

The biggest issue I have with the rack implementation is that the comment for the rack functionality says it's supposed to check if there is data, whereas it's actually checking if there could be data -- and then it's further assumed that there is data.

from iodine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.