alan
alan copied to clipboard
Investigate potential memory issues around http server responses that never calls `send`
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.