You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start rr with the command: ~/bin/roadrunner/1.2.6/rr serve -d -v -c rr.json and send a http request to it. You'll see the msg 1 in console of your terminal and browser window.
Now change msg 1 to say msg 2 and reset rr with the following command ~/bin/roadrunner/1.2.6/rr http:reset -d -v -c rr.json Send a http request again, you'll see msg 2 in browser, but not in terminal window.
It looks like rr has a problem with stderr after reset.
The text was updated successfully, but these errors were encountered:
Consider the following php code main.php:
Note the lines:
rr.json
Start rr with the command:
~/bin/roadrunner/1.2.6/rr serve -d -v -c rr.json
and send a http request to it. You'll see themsg 1
in console of your terminal and browser window.Now change
msg 1
to saymsg 2
and reset rr with the following command~/bin/roadrunner/1.2.6/rr http:reset -d -v -c rr.json
Send a http request again, you'll seemsg 2
in browser, but not in terminal window.It looks like rr has a problem with stderr after reset.
The text was updated successfully, but these errors were encountered: