quil-lang / qvm

The high-performance and featureful Quil simulator.
Other
411 stars 57 forks source link

Ensure that a value is returned from HANDLE-REQUEST #204

Closed appleby closed 4 years ago

appleby commented 4 years ago

The garbage collection added at the end of HANDLE-REQUEST in #199 prevents HANDLE-REQUEST from returning a value. Some of the handlers write to the response stream directly, but others just return a value, which hunchentoot handles sending back to the client.