Feature Description
The plugin adapter is configured to use BUFFERED mode so the code to buffer request/response in the server is no longer needed. However, we might still want to keep if we ever decide to switch back to STREAMED mode at some point in the future. Although, the server's buffering code might still have some bugs #39
Proposed Solution
Remove buffering code in server.py
Want to contribute?
Additional Context
No response