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
Line 202 of httpuv/httpuv.cpp claims that NULL is valid value for "body" in the list returned by $call(). However, I know this is not true, for one reason or another. See the below example,
If you navigate to localhost:3030/null_body the httpuv server will crash with an Rcpp error. I have not raised an httpuv issue yet as I do not have the location of the bug. Once I can confirm this is truly an httpuv issue I will raise an issue with httpuv.
Although I have been working around this bug for some time, I raise this issue now because I just came across httpuv's claim on line 202.
The text was updated successfully, but these errors were encountered:
Line 202 of httpuv/httpuv.cpp claims that NULL is valid value for "body" in the list returned by $call(). However, I know this is not true, for one reason or another. See the below example,
If you navigate to localhost:3030/null_body the httpuv server will crash with an Rcpp error. I have not raised an httpuv issue yet as I do not have the location of the bug. Once I can confirm this is truly an httpuv issue I will raise an issue with httpuv.
Although I have been working around this bug for some time, I raise this issue now because I just came across httpuv's claim on line 202.
The text was updated successfully, but these errors were encountered: