79727279

Date: 2025-08-06 12:38:07
Score: 3
Natty:
Report link

Turns out the implementation of my code in the OP is correct. The issue, as pointed out by @feras in the comments, was with curl, which uses a buffer. By default, the data is only returned when the buffer is full, or a newline character is encountered. Setting `--no-buffer` solved the issue.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @feras
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: sander