<@U4CP1J0QP> Now that the post with empty content ...
# ktor
r
@e5l Now that the post with empty content issue is fixed, I have a question: are these two code samples identical or not? If they’re not, why?
Copy code
<http://client.post|client.post>(url)
Copy code
<http://client.post|client.post>(url) { body = EmptyContent }
👌 1
👌 1
(I’m referencing this issue https://github.com/ktorio/ktor/issues/1175 )