![]() |
After upgrade to .19: POST requests hang!
I upgraded to .19 and noticed that I don't get any reply on POST requests. The application receives the request, but the response never gets to the client. The process that is handling the POST request blocks the connection until I cancel the request. I am using LSAPI 1.4 and the Rewrite-setup for Rails.
|
The same happens with the 404 error handler setup.
|
Sorry, the problem is not LSWS .19, but LSAPI 1.4! With 1.3 everything works.
|
Thanks. Will investigate.
|
Can you please try below see if it is the cause of the problem?
In ruy-lsapi/ext/lsapi/lsruby.c, in function lsapi_read() comment out Code:
FD_ZERO( &readfds ); |
Ruby LSAPI 1.5 has been released to address this issue.
|
| All times are GMT -7. The time now is 02:52 AM. |