cs3org / wopiserver

A vendor-neutral application gateway compatible with the WOPI specifications.
Apache License 2.0
55 stars 26 forks source link

Linting and hardening HTTP requests #135

Closed glpatcern closed 11 months ago

glpatcern commented 11 months ago

Linting: all exceptions are re-raised from the original ones.

HTTP requests hardening: all requests include a timeout and exception handling takes it into account.