I consume Python HTTP server response stream. Writing on the Python side is done in smaller batches separated by certain delays, however, actual sending data seems to be buffered: when reading the stream, bytes are available in two waves:
Is it possible to decrease the server buffer so that smaller chunks can be sent more often? Or is there another root cause for observed behavior?