alan icon indicating copy to clipboard operation
alan copied to clipboard

Investigate potential memory issues around http server responses that never calls `send`

Open depombo opened this issue 3 years ago • 0 comments

The current http server implementation will probably give rise to potential memory or security issues if an alan program ~calls send more than once or if it~ never calls send on response for the same HTTP server connection. We should write a few test alan servers and see how the HTTP opcodes fail and properly handle this.

depombo avatar Mar 19 '21 17:03 depombo