Closed wmealing closed 10 months ago
the fix is in #130 , see: bae2516
(#130)
@Tieske, since both PRs are quite big, would you mind creating a separate one specifically for this fix?
@EvandroLG see #139 also created some other smaller indepedent PR's from the bigger one. Please review one-by-one, once merged I'll rebase the bigger one
Thanks, @Tieske! I will be reviewing the other ones in the upcoming days.
@wmealing I just merged the solution created by @Tieske for your issue. I will be closing this issue. Please feel free to re-open if you need it.
In my trivial example.
I needed to call req:headers() to ensure that the content length attribute of req is set correctly, without this I couldn't get the body of the post request.
Have I misunderstood or is this expected behavior?
I'd be willing to attempt a fix if you're good with that.
Thanks in advance.