Shirakumo / radiance

A Common Lisp web application environment
https://shirakumo.github.io/radiance/
zlib License
322 stars 19 forks source link

radiance-test: Split up request API endpoints and test raw requests #41

Closed hjudt closed 5 years ago

hjudt commented 5 years ago

This tests the new body-stream capabilities of the server implementations. We need to track the streams separately because they will get closed after they have been processed by the API endpoint.

Also deactivate dexador connection pooling to avoid simple-stream errors caused by closed sockets (at least reproducible in sbcl).