rgrinberg / opium

Sinatra like web toolkit for OCaml
MIT License
753 stars 68 forks source link

Handle ECONNABORTED in accept #250

Open reynir opened 3 years ago

reynir commented 3 years ago

I had an opium server crash with an error Fatal error: exception Unix.Unix_error(Unix.ECONNABORTED, "accept", ""). This PR handles this error case.

reynir commented 1 year ago

I think this PR is still relevant for run_unix_multicore