earl / rebol3

My playground for REBOL 3 related things
Apache License 2.0
15 stars 9 forks source link

the r3 (ren-c) process exits when fast consequent http requests are made #2

Open InvoiceFox opened 7 years ago

InvoiceFox commented 7 years ago

I tried to run the shttpd.r script. Few simplifications were needed, for it to work on latest ren-c. I basically made it just return text/html "Hello from R3". When it runs I manually make fast consequent http requests by pressing F5 and the process silently exits. I saw same behaviour on https://gist.github.com/rgchris/73510e7d643eb0a6b9fa69b849cd9880 which is based on this script. Probably some R3 / ren-c internal bug?

gchiu commented 7 years ago

This is now fixed. The issue was writing to a broken pipe.