| Summary: | The node server crashes when trying to import the attached zip file | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Olivier Thomann <Olivier_Thomann> | ||||||
| Component: | Node | Assignee: | Olivier Thomann <Olivier_Thomann> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | ||||||||
| Version: | 12.0 | ||||||||
| Target Milestone: | 12.0 | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows 7 | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
I need to see how to handle the error case returned to the client. Right now it looks like this is not handled at all. Created attachment 262286 [details]
Proposed patch
Silenio, please review.
Delivered as commit 93f21d37d115041ec2696c1b39d8aa94d4e9c711. |
Created attachment 262285 [details] zip file to import The code that does the transfer doesn't provide a listener for 'error'. Therefore if any error occurs, the node server is killed.