rebol3 icon indicating copy to clipboard operation
rebol3 copied to clipboard

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

Open InvoiceFox opened this issue 8 years ago • 1 comments

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?

InvoiceFox avatar Jan 29 '17 00:01 InvoiceFox

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

gchiu avatar Jun 01 '17 18:06 gchiu