bugfix: Fix headers not being sent for RunnableResponse
The callable must be called from the sendContent() method, rather than send(). Otherwise, sendHeaders() is never called.
Please register or sign in to comment
The callable must be called from the sendContent() method, rather than send(). Otherwise, sendHeaders() is never called.