FWCloud-Websrv 1.0.3 released | FWCloud Forum

FWCloud-Websrv 1.0.3 released

Carles Munyoz

Administrator
Staff member
We have released a new version of FWCloud-Websrv, the web server module provided with a FWCloud installation.

This is a maintenance release for solve a bug as you can see in the Changelog file:
Markdown (GitHub flavored):
## [1.0.3] - 2021-01-25
### Fixed
- Verify that in the proxy `on error` event handler the `res.writeHead()` method is defined before calling it.  
If fwcloud-api is stopped in the middle of an API call processing, this event handler receives an `EPIPE` error  
(*This socket has been ended by the other party*) for the websocket and the `res` object doesn't has the `res.writeHead()` method defined.  
This was triggering a fatal error and the execution end of the fwcloud-websrv process.

If you have any problem with this update, please do not hesitate to contact us.
 
Top