wasmer
wasmer copied to clipboard
Cgi runner fails on second http requests
Create an rust cgi app with wasmer app create
build and run the app
send 2 consecutive get requests through curl
the second request get stuck
But. If you send the first request through web browser, it works